#97EDFD

Color #97EDFD Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #97EDFD

Tints of Blizzard Blue #97EDFD

Color information

#97EDFD (or 0x97EDFD) is unknown color: approx Blizzard Blue. HEX triplet: 97, ED and FD. RGB value is (151,237,253). Sum of RGB (Red+Green+Blue) = 151+237+253=641 (84% of max value = 765). Red value is 151 (59.38% from 255 or 23.56% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #97EDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #97EDFD is #681202. Grayscale: #D4D4D4. Windows color (decimal): -6820355 or 16641431. OLE color: 16641431.

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

Color convert

RGB151237253-
CMYK0.400.0600.01
HSL189.41º96.23%79.22%-
HSV(B)189.41º40.32%99.22%-
XYZ60.7874.24104.05-
YUV213.11150.5183.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 23.56%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 253 (99.22% from 255) = 39.47%
R=23.56%
G=36.97%
B=39.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1512372530.400.0600.01189.4196.2379.22
Hex97EDFD28601bd604f
Octal22735537550601275140117
Binary100101111110110111111101101000110011011110111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97EDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97EDFD;
 }
 .AnyTagClassName
 {
   color: #97EDFD;
 }
</style>
background-color css

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

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

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

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

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

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