#92DAF0

Color #92DAF0 Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #92DAF0

Tints of Anakiwa #92DAF0

Color information

#92DAF0 (or 0x92DAF0) is unknown color: approx Anakiwa. HEX triplet: 92, DA and F0. RGB value is (146,218,240). Sum of RGB (Red+Green+Blue) = 146+218+240=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #92DAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DAF0 is #6D250F. Grayscale: #C6C6C6. Windows color (decimal): -7152912 or 15784594. OLE color: 15784594.

HSL color Cylindrical-coordinate representation of color #92DAF0: hue angle of 194.04º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92DAF0 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB146218240-
CMYK0.390.0900.06
HSL194.04º75.81%75.69%-
HSV(B)194.04º39.17%94.12%-
XYZ52.6562.5591.74-
YUV198.98151.1590.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 24.17%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=24.17%
G=36.09%
B=39.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1462182400.390.0900.06194.0475.8175.69
Hex92DAF027906c24c4c
Octal222332360471106302114114
Binary100100101101101011110000100111100101101100001010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92DAF0; }

 p { color: rgb(146,218,240); }

 H1.HeaderClassName
 {
   color: #92DAF0;
 }
 .AnyTagClassName
 {
   color: #92DAF0;
 }
</style>
background-color css

<style>
 a { background-color: #92DAF0; }

 a { background-color: rgb(146,218,240); }

 div.DivClassName
 {
   background-color: #92DAF0;
 }
 .BgClassName
 {
   background-color: #92DAF0;
 }
</style>
border-color css

<style>
 span { border-color: #92DAF0; }

 span { border-color: rgb(146,218,240); }

 td.TdClassName
 {
   border-color: #92DAF0;
 }
 .TagClassName
 {
   border-color: #92DAF0;
 }
</style>