Html Css Color HEX #97EBEB Blizzard Blue

📋 copy color: '#97EBEB'

red 151 ◦ green 235 ◦ blue 235

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

Shades of Blizzard Blue #97EBEB

Tints of Blizzard Blue #97EBEB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.84%

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

R = 24.32%
G = 37.84%
B = 37.84%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#97EBEB (or 0x97EBEB) is known color: Blizzard Blue. HEX triplet: 97, EB and EB. RGB value is (151,235,235). Sum of RGB (Red+Green+Blue) = 151+235+235=621 (82% of max value = 765). Red value is 151 (59.38% from 255 or 24.32% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #97EBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EBEB is #681414. Grayscale: #D1D1D1. Windows color (decimal): -6820885 or 15461271. OLE color: 15461271.

HSL color Cylindrical-coordinate representation of color #97EBEB: hue angle of 180º 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 #97EBEB is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 235 235 -
CMYK 0.36 0 0 0.08
HSL 180º 0.68% 0.76% -
HSV(B) 180º 0.36% 0.92% -
XYZ 57.47 71.99 89.46 -
YUV 209.88 142.17 86 -
System Red Green Blue C M Y K H S L
Decimal 151 235 235 0.36 0 0 0.08 180 0.68 0.76
Hex 97 EB EB 24 0 0 8 B4 44 4C
Octal 227 353 353 44 0 0 10 264 104 114
Binary 10010111 11101011 11101011 100100 0 0 1000 10110100 1000100 1001100

Color Harmonies of #97EBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EBEB

Black with #97EBEB

Text Example


Text Example

White with #97EBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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