Html Css Color HEX #93ECF9 Blizzard Blue

📋 copy color: '#93ECF9'

red 147 ◦ green 236 ◦ blue 249

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

Shades of Blizzard Blue #93ECF9

Tints of Blizzard Blue #93ECF9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.34%

 BLUE value IS 249 (97.66% from 255) = 39.4%

R = 23.26%
G = 37.34%
B = 39.4%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93ECF9 (or 0x93ECF9) is known color: Blizzard Blue. HEX triplet: 93, EC and F9. RGB value is (147,236,249). Sum of RGB (Red+Green+Blue) = 147+236+249=632 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.26% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #93ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93ECF9 is #6C1306. Grayscale: #D2D2D2. Windows color (decimal): -7082759 or 16379027. OLE color: 16379027.

HSL color Cylindrical-coordinate representation of color #93ECF9: hue angle of 187.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93ECF9 is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 236 249 -
CMYK 0.41 0.05 0 0.02
HSL 187.65º 0.89% 0.78% -
HSV(B) 187.65º 0.41% 0.98% -
XYZ 59.13 73.03 100.6 -
YUV 210.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 147 236 249 0.41 0.05 0 0.02 187.65 0.89 0.78
Hex 93 EC F9 29 5 0 2 BC 59 4E
Octal 223 354 371 51 5 0 2 274 131 116
Binary 10010011 11101100 11111001 101001 101 0 10 10111100 1011001 1001110

Color Harmonies of #93ECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ECF9

Black with #93ECF9

Text Example


Text Example

White with #93ECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,236,249); }

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

background-color css

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

 a { background-color: rgb(147,236,249); }

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

border-color css

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

 span { border-color: rgb(147,236,249); }

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