Html Css Color HEX #97EBE6 Blizzard Blue

📋 copy color: '#97EBE6'

red 151 ◦ green 235 ◦ blue 230

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

Shades of Blizzard Blue #97EBE6

Tints of Blizzard Blue #97EBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.34%

R = 24.51%
G = 38.15%
B = 37.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#97EBE6 (or 0x97EBE6) is known color: Blizzard Blue. HEX triplet: 97, EB and E6. RGB value is (151,235,230). Sum of RGB (Red+Green+Blue) = 151+235+230=616 (81% of max value = 765). Red value is 151 (59.38% from 255 or 24.51% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EBE6 is #681419. Grayscale: #D1D1D1. Windows color (decimal): -6820890 or 15133591. OLE color: 15133591.

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

Color convert

RGB 151 235 230 -
CMYK 0.36 0 0.02 0.08
HSL 176.43º 0.68% 0.76% -
HSV(B) 176.43º 0.36% 0.92% -
XYZ 56.75 71.71 85.71 -
YUV 209.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 151 235 230 0.36 0 0.02 0.08 176.43 0.68 0.76
Hex 97 EB E6 24 0 2 8 B0 44 4C
Octal 227 353 346 44 0 2 10 260 104 114
Binary 10010111 11101011 11100110 100100 0 10 1000 10110000 1000100 1001100

Color Harmonies of #97EBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97EBE6

Black with #97EBE6

Text Example


Text Example

White with #97EBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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