Html Css Color HEX #97DEED Blizzard Blue

📋 copy color: '#97DEED'

red 151 ◦ green 222 ◦ blue 237

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

Shades of Blizzard Blue #97DEED

Tints of Blizzard Blue #97DEED

RGB

 RED value IS 151 (59.38% from 255) = 24.75%

 GREEN value IS 222 (87.11% from 255) = 36.39%

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

R = 24.75%
G = 36.39%
B = 38.85%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#97DEED (or 0x97DEED) is known color: Blizzard Blue. HEX triplet: 97, DE and ED. RGB value is (151,222,237). Sum of RGB (Red+Green+Blue) = 151+222+237=610 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.75% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #97DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DEED is #682112. Grayscale: #CACACA. Windows color (decimal): -6824211 or 15589015. OLE color: 15589015.

HSL color Cylindrical-coordinate representation of color #97DEED: hue angle of 190.47º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97DEED is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 222 237 -
CMYK 0.36 0.06 0 0.07
HSL 190.47º 0.7% 0.76% -
HSV(B) 190.47º 0.36% 0.93% -
XYZ 54.17 64.94 89.8 -
YUV 202.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 151 222 237 0.36 0.06 0 0.07 190.47 0.7 0.76
Hex 97 DE ED 24 6 0 7 BE 46 4C
Octal 227 336 355 44 6 0 7 276 106 114
Binary 10010111 11011110 11101101 100100 110 0 111 10111110 1000110 1001100

Color Harmonies of #97DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DEED

Black with #97DEED

Text Example


Text Example

White with #97DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97DEED; }

 p { color: rgb(151,222,237); }

 H1.HeaderClassName
 {
   color: #97DEED;
 }
 .AnyTagClassName
 {
   color: #97DEED;
 }
</style>

background-color css

<style>
 a { background-color: #97DEED; }

 a { background-color: rgb(151,222,237); }

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

border-color css

<style>
 span { border-color: #97DEED; }

 span { border-color: rgb(151,222,237); }

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