Html Css Color HEX #93F2EC Blizzard Blue

📋 copy color: '#93F2EC'

red 147 ◦ green 242 ◦ blue 236

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

Shades of Blizzard Blue #93F2EC

Tints of Blizzard Blue #93F2EC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.72%

 BLUE value IS 236 (92.58% from 255) = 37.76%

R = 23.52%
G = 38.72%
B = 37.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#93F2EC (or 0x93F2EC) is known color: Blizzard Blue. HEX triplet: 93, F2 and EC. RGB value is (147,242,236). Sum of RGB (Red+Green+Blue) = 147+242+236=625 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.52% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F2EC is #6C0D13. Grayscale: #D4D4D4. Windows color (decimal): -7081236 or 15528595. OLE color: 15528595.

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

Color convert

RGB 147 242 236 -
CMYK 0.39 0 0.02 0.05
HSL 176.21º 0.79% 0.76% -
HSV(B) 176.21º 0.39% 0.95% -
XYZ 58.93 75.76 90.88 -
YUV 212.91 141.03 80.99 -
System Red Green Blue C M Y K H S L
Decimal 147 242 236 0.39 0 0.02 0.05 176.21 0.79 0.76
Hex 93 F2 EC 27 0 2 5 B0 4F 4C
Octal 223 362 354 47 0 2 5 260 117 114
Binary 10010011 11110010 11101100 100111 0 10 101 10110000 1001111 1001100

Color Harmonies of #93F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F2EC

Black with #93F2EC

Text Example


Text Example

White with #93F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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