Html Css Color HEX #97DDEB Blizzard Blue

📋 copy color: '#97DDEB'

red 151 ◦ green 221 ◦ blue 235

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

Shades of Blizzard Blue #97DDEB

Tints of Blizzard Blue #97DDEB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.41%

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

R = 24.88%
G = 36.41%
B = 38.71%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#97DDEB (or 0x97DDEB) is known color: Blizzard Blue. HEX triplet: 97, DD and EB. RGB value is (151,221,235). Sum of RGB (Red+Green+Blue) = 151+221+235=607 (80% of max value = 765). Red value is 151 (59.38% from 255 or 24.88% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #97DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #97DDEB is #682214. Grayscale: #C9C9C9. Windows color (decimal): -6824469 or 15457687. OLE color: 15457687.

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

Color convert

RGB 151 221 235 -
CMYK 0.36 0.06 0 0.08
HSL 190º 0.68% 0.76% -
HSV(B) 190º 0.36% 0.92% -
XYZ 53.61 64.29 88.18 -
YUV 201.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 151 221 235 0.36 0.06 0 0.08 190 0.68 0.76
Hex 97 DD EB 24 6 0 8 BE 44 4C
Octal 227 335 353 44 6 0 10 276 104 114
Binary 10010111 11011101 11101011 100100 110 0 1000 10111110 1000100 1001100

Color Harmonies of #97DDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DDEB

Black with #97DDEB

Text Example


Text Example

White with #97DDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,221,235); }

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

background-color css

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

 a { background-color: rgb(151,221,235); }

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

border-color css

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

 span { border-color: rgb(151,221,235); }

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