Html Css Color HEX #92EDE3 Blizzard Blue

📋 copy color: '#92EDE3'

red 146 ◦ green 237 ◦ blue 227

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

Shades of Blizzard Blue #92EDE3

Tints of Blizzard Blue #92EDE3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

 BLUE value IS 227 (89.06% from 255) = 37.21%

R = 23.93%
G = 38.85%
B = 37.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#92EDE3 (or 0x92EDE3) is known color: Blizzard Blue. HEX triplet: 92, ED and E3. RGB value is (146,237,227). Sum of RGB (Red+Green+Blue) = 146+237+227=610 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.93% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDE3 is #6D121C. Grayscale: #D0D0D0. Windows color (decimal): -7148061 or 14937490. OLE color: 14937490.

HSL color Cylindrical-coordinate representation of color #92EDE3: hue angle of 173.41º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EDE3 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 237 227 -
CMYK 0.38 0 0.04 0.07
HSL 173.41º 0.72% 0.75% -
HSV(B) 173.41º 0.38% 0.93% -
XYZ 56 72.23 83.66 -
YUV 208.65 138.35 83.31 -
System Red Green Blue C M Y K H S L
Decimal 146 237 227 0.38 0 0.04 0.07 173.41 0.72 0.75
Hex 92 ED E3 26 0 4 7 AD 48 4B
Octal 222 355 343 46 0 4 7 255 110 113
Binary 10010010 11101101 11100011 100110 0 100 111 10101101 1001000 1001011

Color Harmonies of #92EDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EDE3

Black with #92EDE3

Text Example


Text Example

White with #92EDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,237,227); }

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

background-color css

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

 a { background-color: rgb(146,237,227); }

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

border-color css

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

 span { border-color: rgb(146,237,227); }

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