Html Css Color HEX #93E2E7 Blizzard Blue

📋 copy color: '#93E2E7'

red 147 ◦ green 226 ◦ blue 231

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

Shades of Blizzard Blue #93E2E7

Tints of Blizzard Blue #93E2E7

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.42%

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

R = 24.34%
G = 37.42%
B = 38.25%

CMYK

 C value IS 0.36

 M value IS 0.02

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#93E2E7 (or 0x93E2E7) is known color: Blizzard Blue. HEX triplet: 93, E2 and E7. RGB value is (147,226,231). Sum of RGB (Red+Green+Blue) = 147+226+231=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #93E2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #93E2E7 is #6C1D18. Grayscale: #CACACA. Windows color (decimal): -7085337 or 15196819. OLE color: 15196819.

HSL color Cylindrical-coordinate representation of color #93E2E7: hue angle of 183.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E2E7 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 226 231 -
CMYK 0.36 0.02 0 0.09
HSL 183.57º 0.64% 0.74% -
HSV(B) 183.57º 0.36% 0.91% -
XYZ 53.65 66.37 85.58 -
YUV 202.95 143.83 88.09 -
System Red Green Blue C M Y K H S L
Decimal 147 226 231 0.36 0.02 0 0.09 183.57 0.64 0.74
Hex 93 E2 E7 24 2 0 9 B8 40 4A
Octal 223 342 347 44 2 0 11 270 100 112
Binary 10010011 11100010 11100111 100100 10 0 1001 10111000 1000000 1001010

Color Harmonies of #93E2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E2E7

Black with #93E2E7

Text Example


Text Example

White with #93E2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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