Html Css Color HEX #93F2ED Blizzard Blue

📋 copy color: '#93F2ED'

red 147 ◦ green 242 ◦ blue 237

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

Shades of Blizzard Blue #93F2ED

Tints of Blizzard Blue #93F2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.86%

R = 23.48%
G = 38.66%
B = 37.86%

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

#93F2ED (or 0x93F2ED) is known color: Blizzard Blue. HEX triplet: 93, F2 and ED. RGB value is (147,242,237). Sum of RGB (Red+Green+Blue) = 147+242+237=626 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.48% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F2ED is #6C0D12. Grayscale: #D4D4D4. Windows color (decimal): -7081235 or 15594131. OLE color: 15594131.

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

Color convert

RGB 147 242 237 -
CMYK 0.39 0 0.02 0.05
HSL 176.84º 0.79% 0.76% -
HSV(B) 176.84º 0.39% 0.95% -
XYZ 59.07 75.82 91.64 -
YUV 213.03 141.53 80.91 -
System Red Green Blue C M Y K H S L
Decimal 147 242 237 0.39 0 0.02 0.05 176.84 0.79 0.76
Hex 93 F2 ED 27 0 2 5 B1 4F 4C
Octal 223 362 355 47 0 2 5 261 117 114
Binary 10010011 11110010 11101101 100111 0 10 101 10110001 1001111 1001100

Color Harmonies of #93F2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F2ED

Black with #93F2ED

Text Example


Text Example

White with #93F2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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