Html Css Color HEX #93ECE7 Blizzard Blue

📋 copy color: '#93ECE7'

red 147 ◦ green 236 ◦ blue 231

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

Shades of Blizzard Blue #93ECE7

Tints of Blizzard Blue #93ECE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.62%

R = 23.94%
G = 38.44%
B = 37.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#93ECE7 (or 0x93ECE7) is known color: Blizzard Blue. HEX triplet: 93, EC and E7. RGB value is (147,236,231). Sum of RGB (Red+Green+Blue) = 147+236+231=614 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.94% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93ECE7 is #6C1318. Grayscale: #D0D0D0. Windows color (decimal): -7082777 or 15199379. OLE color: 15199379.

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

Color convert

RGB 147 236 231 -
CMYK 0.38 0 0.02 0.07
HSL 176.63º 0.7% 0.75% -
HSV(B) 176.63º 0.38% 0.93% -
XYZ 56.45 71.96 86.52 -
YUV 208.82 140.51 83.91 -
System Red Green Blue C M Y K H S L
Decimal 147 236 231 0.38 0 0.02 0.07 176.63 0.7 0.75
Hex 93 EC E7 26 0 2 7 B1 46 4B
Octal 223 354 347 46 0 2 7 261 106 113
Binary 10010011 11101100 11100111 100110 0 10 111 10110001 1000110 1001011

Color Harmonies of #93ECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ECE7

Black with #93ECE7

Text Example


Text Example

White with #93ECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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