Html Css Color HEX #97EAFA Blizzard Blue

📋 copy color: '#97EAFA'

red 151 ◦ green 234 ◦ blue 250

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

Shades of Blizzard Blue #97EAFA

Tints of Blizzard Blue #97EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.85%

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 23.78%
G = 36.85%
B = 39.37%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#97EAFA (or 0x97EAFA) is known color: Blizzard Blue. HEX triplet: 97, EA and FA. RGB value is (151,234,250). Sum of RGB (Red+Green+Blue) = 151+234+250=635 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.78% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #97EAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EAFA is #681505. Grayscale: #D2D2D2. Windows color (decimal): -6821126 or 16444055. OLE color: 16444055.

HSL color Cylindrical-coordinate representation of color #97EAFA: hue angle of 189.7º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97EAFA is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 234 250 -
CMYK 0.40 0.06 0 0.02
HSL 189.7º 0.91% 0.79% -
HSV(B) 189.7º 0.4% 0.98% -
XYZ 59.44 72.33 101.27 -
YUV 211.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 151 234 250 0.40 0.06 0 0.02 189.7 0.91 0.79
Hex 97 EA FA 28 6 0 2 BE 5B 4F
Octal 227 352 372 50 6 0 2 276 133 117
Binary 10010111 11101010 11111010 101000 110 0 10 10111110 1011011 1001111

Color Harmonies of #97EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EAFA

Black with #97EAFA

Text Example


Text Example

White with #97EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,234,250); }

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

background-color css

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

 a { background-color: rgb(151,234,250); }

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

border-color css

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

 span { border-color: rgb(151,234,250); }

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