Html Css Color HEX #93ECE5 Blizzard Blue

📋 copy color: '#93ECE5'

red 147 ◦ green 236 ◦ blue 229

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

Shades of Blizzard Blue #93ECE5

Tints of Blizzard Blue #93ECE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 24.02%
G = 38.56%
B = 37.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#93ECE5 (or 0x93ECE5) is known color: Blizzard Blue. HEX triplet: 93, EC and E5. RGB value is (147,236,229). Sum of RGB (Red+Green+Blue) = 147+236+229=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECE5 is #6C131A. Grayscale: #D0D0D0. Windows color (decimal): -7082779 or 15068307. OLE color: 15068307.

HSL color Cylindrical-coordinate representation of color #93ECE5: hue angle of 175.28º degrees, saturation: 0.7, 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 #93ECE5 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 147 236 229 -
CMYK 0.38 0 0.03 0.07
HSL 175.28º 0.7% 0.75% -
HSV(B) 175.28º 0.38% 0.93% -
XYZ 56.17 71.85 85.04 -
YUV 208.59 139.51 84.07 -
System Red Green Blue C M Y K H S L
Decimal 147 236 229 0.38 0 0.03 0.07 175.28 0.7 0.75
Hex 93 EC E5 26 0 3 7 AF 46 4B
Octal 223 354 345 46 0 3 7 257 106 113
Binary 10010011 11101100 11100101 100110 0 11 111 10101111 1000110 1001011

Color Harmonies of #93ECE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ECE5

Black with #93ECE5

Text Example


Text Example

White with #93ECE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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