Html Css Color HEX #93DDF0 Blizzard Blue

📋 copy color: '#93DDF0'

red 147 ◦ green 221 ◦ blue 240

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

Shades of Blizzard Blue #93DDF0

Tints of Blizzard Blue #93DDF0

RGB

 RED value IS 147 (57.81% from 255) = 24.18%

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

 BLUE value IS 240 (94.14% from 255) = 39.47%

R = 24.18%
G = 36.35%
B = 39.47%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93DDF0 (or 0x93DDF0) is known color: Blizzard Blue. HEX triplet: 93, DD and F0. RGB value is (147,221,240). Sum of RGB (Red+Green+Blue) = 147+221+240=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 240 - color contains mainly: blue. Hex color #93DDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DDF0 is #6C220F. Grayscale: #C8C8C8. Windows color (decimal): -7086608 or 15785363. OLE color: 15785363.

HSL color Cylindrical-coordinate representation of color #93DDF0: hue angle of 192.26º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93DDF0 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 221 240 -
CMYK 0.39 0.08 0 0.06
HSL 192.26º 0.76% 0.76% -
HSV(B) 192.26º 0.39% 0.94% -
XYZ 53.62 64.21 92.01 -
YUV 201.04 149.98 89.46 -
System Red Green Blue C M Y K H S L
Decimal 147 221 240 0.39 0.08 0 0.06 192.26 0.76 0.76
Hex 93 DD F0 27 8 0 6 C0 4C 4C
Octal 223 335 360 47 10 0 6 300 114 114
Binary 10010011 11011101 11110000 100111 1000 0 110 11000000 1001100 1001100

Color Harmonies of #93DDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDF0

Black with #93DDF0

Text Example


Text Example

White with #93DDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93DDF0; }

 p { color: rgb(147,221,240); }

 H1.HeaderClassName
 {
   color: #93DDF0;
 }
 .AnyTagClassName
 {
   color: #93DDF0;
 }
</style>

background-color css

<style>
 a { background-color: #93DDF0; }

 a { background-color: rgb(147,221,240); }

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

border-color css

<style>
 span { border-color: #93DDF0; }

 span { border-color: rgb(147,221,240); }

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