Html Css Color HEX #93EDE7 Blizzard Blue

📋 copy color: '#93EDE7'

red 147 ◦ green 237 ◦ blue 231

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

Shades of Blizzard Blue #93EDE7

Tints of Blizzard Blue #93EDE7

RGB

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

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

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

R = 23.9%
G = 38.54%
B = 37.56%

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

#93EDE7 (or 0x93EDE7) is known color: Blizzard Blue. HEX triplet: 93, ED and E7. RGB value is (147,237,231). Sum of RGB (Red+Green+Blue) = 147+237+231=615 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.90% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EDE7 is #6C1218. Grayscale: #D1D1D1. Windows color (decimal): -7082521 or 15199635. OLE color: 15199635.

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

Color convert

RGB 147 237 231 -
CMYK 0.38 0 0.03 0.07
HSL 176º 0.71% 0.75% -
HSV(B) 176º 0.38% 0.93% -
XYZ 56.74 72.54 86.61 -
YUV 209.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 147 237 231 0.38 0 0.03 0.07 176 0.71 0.75
Hex 93 ED E7 26 0 3 7 B0 47 4B
Octal 223 355 347 46 0 3 7 260 107 113
Binary 10010011 11101101 11100111 100110 0 11 111 10110000 1000111 1001011

Color Harmonies of #93EDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EDE7

Black with #93EDE7

Text Example


Text Example

White with #93EDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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