Html Css Color HEX #93EDE2 Blizzard Blue

📋 copy color: '#93EDE2'

red 147 ◦ green 237 ◦ blue 226

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

Shades of Blizzard Blue #93EDE2

Tints of Blizzard Blue #93EDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.05%

R = 24.1%
G = 38.85%
B = 37.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#93EDE2 (or 0x93EDE2) is known color: Blizzard Blue. HEX triplet: 93, ED and E2. RGB value is (147,237,226). Sum of RGB (Red+Green+Blue) = 147+237+226=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDE2 is #6C121D. Grayscale: #D0D0D0. Windows color (decimal): -7082526 or 14871955. OLE color: 14871955.

HSL color Cylindrical-coordinate representation of color #93EDE2: hue angle of 172.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EDE2 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 237 226 -
CMYK 0.38 0 0.05 0.07
HSL 172.67º 0.71% 0.75% -
HSV(B) 172.67º 0.38% 0.93% -
XYZ 56.04 72.26 82.95 -
YUV 208.84 137.68 83.89 -
System Red Green Blue C M Y K H S L
Decimal 147 237 226 0.38 0 0.05 0.07 172.67 0.71 0.75
Hex 93 ED E2 26 0 5 7 AD 47 4B
Octal 223 355 342 46 0 5 7 255 107 113
Binary 10010011 11101101 11100010 100110 0 101 111 10101101 1000111 1001011

Color Harmonies of #93EDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EDE2

Black with #93EDE2

Text Example


Text Example

White with #93EDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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