Html Css Color HEX #93DDF1 Blizzard Blue

📋 copy color: '#93DDF1'

red 147 ◦ green 221 ◦ blue 241

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

Shades of Blizzard Blue #93DDF1

Tints of Blizzard Blue #93DDF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.57%

R = 24.14%
G = 36.29%
B = 39.57%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93DDF1 (or 0x93DDF1) is known color: Blizzard Blue. HEX triplet: 93, DD and F1. RGB value is (147,221,241). Sum of RGB (Red+Green+Blue) = 147+221+241=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #93DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DDF1 is #6C220E. Grayscale: #C8C8C8. Windows color (decimal): -7086607 or 15850899. OLE color: 15850899.

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

Color convert

RGB 147 221 241 -
CMYK 0.39 0.08 0 0.05
HSL 192.77º 0.77% 0.76% -
HSV(B) 192.77º 0.39% 0.95% -
XYZ 53.77 64.27 92.79 -
YUV 201.15 150.48 89.37 -
System Red Green Blue C M Y K H S L
Decimal 147 221 241 0.39 0.08 0 0.05 192.77 0.77 0.76
Hex 93 DD F1 27 8 0 5 C1 4D 4C
Octal 223 335 361 47 10 0 5 301 115 114
Binary 10010011 11011101 11110001 100111 1000 0 101 11000001 1001101 1001100

Color Harmonies of #93DDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDF1

Black with #93DDF1

Text Example


Text Example

White with #93DDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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