Html Css Color HEX #93EDF7 Blizzard Blue

📋 copy color: '#93EDF7'

red 147 ◦ green 237 ◦ blue 247

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

Shades of Blizzard Blue #93EDF7

Tints of Blizzard Blue #93EDF7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.56%

 BLUE value IS 247 (96.88% from 255) = 39.14%

R = 23.3%
G = 37.56%
B = 39.14%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#93EDF7 (or 0x93EDF7) is known color: Blizzard Blue. HEX triplet: 93, ED and F7. RGB value is (147,237,247). Sum of RGB (Red+Green+Blue) = 147+237+247=631 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.30% from 631); Green value is 237 (92.97% from 255 or 37.56% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #93EDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDF7 is #6C1208. Grayscale: #D3D3D3. Windows color (decimal): -7082505 or 16248211. OLE color: 16248211.

HSL color Cylindrical-coordinate representation of color #93EDF7: hue angle of 186º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93EDF7 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 147 237 247 -
CMYK 0.40 0.04 0 0.03
HSL 186º 0.86% 0.77% -
HSV(B) 186º 0.4% 0.97% -
XYZ 59.11 73.49 99.06 -
YUV 211.23 148.18 82.19 -
System Red Green Blue C M Y K H S L
Decimal 147 237 247 0.40 0.04 0 0.03 186 0.86 0.77
Hex 93 ED F7 28 4 0 3 BA 56 4D
Octal 223 355 367 50 4 0 3 272 126 115
Binary 10010011 11101101 11110111 101000 100 0 11 10111010 1010110 1001101

Color Harmonies of #93EDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EDF7

Black with #93EDF7

Text Example


Text Example

White with #93EDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,237,247); }

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

background-color css

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

 a { background-color: rgb(147,237,247); }

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

border-color css

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

 span { border-color: rgb(147,237,247); }

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