Html Css Color HEX #92D5EF Anakiwa

📋 copy color: '#92D5EF'

red 146 ◦ green 213 ◦ blue 239

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

Shades of Anakiwa #92D5EF

Tints of Anakiwa #92D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.62%

 BLUE value IS 239 (93.75% from 255) = 39.97%

R = 24.41%
G = 35.62%
B = 39.97%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92D5EF (or 0x92D5EF) is known color: Anakiwa. HEX triplet: 92, D5 and EF. RGB value is (146,213,239). Sum of RGB (Red+Green+Blue) = 146+213+239=598 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.41% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #92D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D5EF is #6D2A10. Grayscale: #C3C3C3. Windows color (decimal): -7154193 or 15717778. OLE color: 15717778.

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

Color convert

RGB 146 213 239 -
CMYK 0.39 0.11 0 0.06
HSL 196.77º 0.74% 0.75% -
HSV(B) 196.77º 0.39% 0.94% -
XYZ 51.23 59.93 90.53 -
YUV 195.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 146 213 239 0.39 0.11 0 0.06 196.77 0.74 0.75
Hex 92 D5 EF 27 B 0 6 C5 4A 4B
Octal 222 325 357 47 13 0 6 305 112 113
Binary 10010010 11010101 11101111 100111 1011 0 110 11000101 1001010 1001011

Color Harmonies of #92D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D5EF

Black with #92D5EF

Text Example


Text Example

White with #92D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,213,239); }

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

background-color css

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

 a { background-color: rgb(146,213,239); }

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

border-color css

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

 span { border-color: rgb(146,213,239); }

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