Html Css Color HEX #9EDFEB Blizzard Blue

📋 copy color: '#9EDFEB'

red 158 ◦ green 223 ◦ blue 235

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

Shades of Blizzard Blue #9EDFEB

Tints of Blizzard Blue #9EDFEB

RGB

 RED value IS 158 (62.11% from 255) = 25.65%

 GREEN value IS 223 (87.5% from 255) = 36.2%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 25.65%
G = 36.2%
B = 38.15%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EDFEB (or 0x9EDFEB) is known color: Blizzard Blue. HEX triplet: 9E, DF and EB. RGB value is (158,223,235). Sum of RGB (Red+Green+Blue) = 158+223+235=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFEB is #612014. Grayscale: #CCCCCC. Windows color (decimal): -6365205 or 15458206. OLE color: 15458206.

HSL color Cylindrical-coordinate representation of color #9EDFEB: hue angle of 189.35º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EDFEB is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 223 235 -
CMYK 0.33 0.05 0 0.08
HSL 189.35º 0.66% 0.77% -
HSV(B) 189.35º 0.33% 0.92% -
XYZ 55.48 66.04 88.42 -
YUV 204.93 144.97 94.52 -
System Red Green Blue C M Y K H S L
Decimal 158 223 235 0.33 0.05 0 0.08 189.35 0.66 0.77
Hex 9E DF EB 21 5 0 8 BD 42 4D
Octal 236 337 353 41 5 0 10 275 102 115
Binary 10011110 11011111 11101011 100001 101 0 1000 10111101 1000010 1001101

Color Harmonies of #9EDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFEB

Black with #9EDFEB

Text Example


Text Example

White with #9EDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EDFEB; }

 p { color: rgb(158,223,235); }

 H1.HeaderClassName
 {
   color: #9EDFEB;
 }
 .AnyTagClassName
 {
   color: #9EDFEB;
 }
</style>

background-color css

<style>
 a { background-color: #9EDFEB; }

 a { background-color: rgb(158,223,235); }

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

border-color css

<style>
 span { border-color: #9EDFEB; }

 span { border-color: rgb(158,223,235); }

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