#92D2EB

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

Shades of Anakiwa #92D2EB

Tints of Anakiwa #92D2EB

Color information

#92D2EB (or 0x92D2EB) is unknown color: approx Anakiwa. HEX triplet: 92, D2 and EB. RGB value is (146,210,235). Sum of RGB (Red+Green+Blue) = 146+210+235=591 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.70% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #92D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D2EB is #6D2D14. Grayscale: #C1C1C1. Windows color (decimal): -7154965 or 15454866. OLE color: 15454866.

HSL color Cylindrical-coordinate representation of color #92D2EB: hue angle of 196.85º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92D2EB is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB146210235-
CMYK0.380.1100.08
HSL196.85º68.99%74.71%-
HSV(B)196.85º37.87%92.16%-
XYZ49.958.287.2-
YUV193.71151.393.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 24.70%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=24.70%
G=35.53%
B=39.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1462102350.380.1100.08196.8568.9974.71
Hex92D2EB26B08c5454b
Octal2223223534613010305105113
Binary1001001011010010111010111001101011010001100010110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,210,235); }

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

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

 a { background-color: rgb(146,210,235); }

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

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

 span { border-color: rgb(146,210,235); }

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