#92D0E6

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

Shades of Anakiwa #92D0E6

Tints of Anakiwa #92D0E6

Color information

#92D0E6 (or 0x92D0E6) is unknown color: approx Anakiwa. HEX triplet: 92, D0 and E6. RGB value is (146,208,230). Sum of RGB (Red+Green+Blue) = 146+208+230=584 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #92D0E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D0E6 is #6D2F19. Grayscale: #BFBFBF. Windows color (decimal): -7155482 or 15126674. OLE color: 15126674.

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

Color convert

RGB146208230-
CMYK0.370.1000.10
HSL195.71º62.69%73.73%-
HSV(B)195.71º36.52%90.2%-
XYZ48.6956.9483.29-
YUV191.97149.4695.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 230 (90.23% from 255) = 39.38%
R=25%
G=35.62%
B=39.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1462082300.370.1000.10195.7162.6973.73
Hex92D0E625A0Ac43f4a
Octal222320346451201230477112
Binary100100101101000011100110100101101001010110001001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,208,230); }

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

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

 a { background-color: rgb(146,208,230); }

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

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

 span { border-color: rgb(146,208,230); }

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