Html Css Color HEX #93DFF2 Blizzard Blue

📋 copy color: '#93DFF2'

red 147 ◦ green 223 ◦ blue 242

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

Shades of Blizzard Blue #93DFF2

Tints of Blizzard Blue #93DFF2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.44%

 BLUE value IS 242 (94.92% from 255) = 39.54%

R = 24.02%
G = 36.44%
B = 39.54%

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

#93DFF2 (or 0x93DFF2) is known color: Blizzard Blue. HEX triplet: 93, DF and F2. RGB value is (147,223,242). Sum of RGB (Red+Green+Blue) = 147+223+242=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #93DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93DFF2 is #6C200D. Grayscale: #CACACA. Windows color (decimal): -7086094 or 15916947. OLE color: 15916947.

HSL color Cylindrical-coordinate representation of color #93DFF2: hue angle of 192º degrees, saturation: 0.79, 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 #93DFF2 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 223 242 -
CMYK 0.39 0.08 0 0.05
HSL 192º 0.79% 0.76% -
HSV(B) 192º 0.39% 0.95% -
XYZ 54.45 65.39 93.76 -
YUV 202.44 150.32 88.46 -
System Red Green Blue C M Y K H S L
Decimal 147 223 242 0.39 0.08 0 0.05 192 0.79 0.76
Hex 93 DF F2 27 8 0 5 C0 4F 4C
Octal 223 337 362 47 10 0 5 300 117 114
Binary 10010011 11011111 11110010 100111 1000 0 101 11000000 1001111 1001100

Color Harmonies of #93DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DFF2

Black with #93DFF2

Text Example


Text Example

White with #93DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,223,242); }

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

background-color css

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

 a { background-color: rgb(147,223,242); }

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

border-color css

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

 span { border-color: rgb(147,223,242); }

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