Html Css Color HEX #92E5EA Blizzard Blue

📋 copy color: '#92E5EA'

red 146 ◦ green 229 ◦ blue 234

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

Shades of Blizzard Blue #92E5EA

Tints of Blizzard Blue #92E5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.6%

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 23.97%
G = 37.6%
B = 38.42%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92E5EA (or 0x92E5EA) is known color: Blizzard Blue. HEX triplet: 92, E5 and EA. RGB value is (146,229,234). Sum of RGB (Red+Green+Blue) = 146+229+234=609 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.97% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #92E5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92E5EA is #6D1A15. Grayscale: #CCCCCC. Windows color (decimal): -7150102 or 15394194. OLE color: 15394194.

HSL color Cylindrical-coordinate representation of color #92E5EA: hue angle of 183.41º degrees, saturation: 0.68, 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 #92E5EA is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 229 234 -
CMYK 0.38 0.02 0 0.08
HSL 183.41º 0.68% 0.75% -
HSV(B) 183.41º 0.38% 0.92% -
XYZ 54.72 68.09 88.1 -
YUV 204.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 146 229 234 0.38 0.02 0 0.08 183.41 0.68 0.75
Hex 92 E5 EA 26 2 0 8 B7 44 4B
Octal 222 345 352 46 2 0 10 267 104 113
Binary 10010010 11100101 11101010 100110 10 0 1000 10110111 1000100 1001011

Color Harmonies of #92E5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92E5EA

Black with #92E5EA

Text Example


Text Example

White with #92E5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,229,234); }

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

background-color css

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

 a { background-color: rgb(146,229,234); }

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

border-color css

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

 span { border-color: rgb(146,229,234); }

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