#92D1E8

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

Shades of Anakiwa #92D1E8

Tints of Anakiwa #92D1E8

Color information

#92D1E8 (or 0x92D1E8) is unknown color: approx Anakiwa. HEX triplet: 92, D1 and E8. RGB value is (146,209,232). Sum of RGB (Red+Green+Blue) = 146+209+232=587 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.87% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 232 (91.02% from 255 or 39.52% from 587); Max value from RGB is 232 - color contains mainly: blue. Hex color #92D1E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D1E8 is #6D2E17. Grayscale: #C0C0C0. Windows color (decimal): -7155224 or 15258002. OLE color: 15258002.

HSL color Cylindrical-coordinate representation of color #92D1E8: hue angle of 196.05º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92D1E8 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB146209232-
CMYK0.370.1000.09
HSL196.05º65.15%74.12%-
HSV(B)196.05º37.07%90.98%-
XYZ49.2257.5484.86-
YUV192.78150.1394.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.87%
GREEN value IS 209 (82.03% from 255) = 35.60%
BLUE value IS 232 (91.02% from 255) = 39.52%
R=24.87%
G=35.60%
B=39.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1462092320.370.1000.09196.0565.1574.12
Hex92D1E825A09c4414a
Octal2223213504512011304101112
Binary1001001011010001111010001001011010010011100010010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,209,232); }

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

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

 a { background-color: rgb(146,209,232); }

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

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

 span { border-color: rgb(146,209,232); }

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