Html Css Color HEX #92D6E9 Anakiwa

📋 copy color: '#92D6E9'

red 146 ◦ green 214 ◦ blue 233

#92D6E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #92D6E9

Tints of Anakiwa #92D6E9

RGB

 RED value IS 146 (57.42% from 255) = 24.62%

 GREEN value IS 214 (83.98% from 255) = 36.09%

 BLUE value IS 233 (91.41% from 255) = 39.29%

R = 24.62%
G = 36.09%
B = 39.29%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#92D6E9 (or 0x92D6E9) is known color: Anakiwa. HEX triplet: 92, D6 and E9. RGB value is (146,214,233). Sum of RGB (Red+Green+Blue) = 146+214+233=593 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.62% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #92D6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D6E9 is #6D2916. Grayscale: #C3C3C3. Windows color (decimal): -7153943 or 15324818. OLE color: 15324818.

HSL color Cylindrical-coordinate representation of color #92D6E9: hue angle of 193.1º degrees, saturation: 0.66, 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 #92D6E9 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 146 214 233 -
CMYK 0.37 0.08 0 0.09
HSL 193.1º 0.66% 0.74% -
HSV(B) 193.1º 0.37% 0.91% -
XYZ 50.61 60.09 86.02 -
YUV 195.83 148.97 92.46 -
System Red Green Blue C M Y K H S L
Decimal 146 214 233 0.37 0.08 0 0.09 193.1 0.66 0.74
Hex 92 D6 E9 25 8 0 9 C1 42 4A
Octal 222 326 351 45 10 0 11 301 102 112
Binary 10010010 11010110 11101001 100101 1000 0 1001 11000001 1000010 1001010

Color Harmonies of #92D6E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D6E9

Black with #92D6E9

Text Example


Text Example

White with #92D6E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,214,233); }

 H1.HeaderClassName
 {
   color: #92D6E9;
 }
 .AnyTagClassName
 {
   color: #92D6E9;
 }
</style>

background-color css

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

 a { background-color: rgb(146,214,233); }

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

border-color css

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

 span { border-color: rgb(146,214,233); }

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