Html Css Color HEX #93E9E5 Blizzard Blue

📋 copy color: '#93E9E5'

red 147 ◦ green 233 ◦ blue 229

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

Shades of Blizzard Blue #93E9E5

Tints of Blizzard Blue #93E9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.26%

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

R = 24.14%
G = 38.26%
B = 37.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#93E9E5 (or 0x93E9E5) is known color: Blizzard Blue. HEX triplet: 93, E9 and E5. RGB value is (147,233,229). Sum of RGB (Red+Green+Blue) = 147+233+229=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9E5 is #6C161A. Grayscale: #CECECE. Windows color (decimal): -7083547 or 15067539. OLE color: 15067539.

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

Color convert

RGB 147 233 229 -
CMYK 0.37 0 0.02 0.09
HSL 177.21º 0.66% 0.75% -
HSV(B) 177.21º 0.37% 0.91% -
XYZ 55.31 70.14 84.75 -
YUV 206.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 147 233 229 0.37 0 0.02 0.09 177.21 0.66 0.75
Hex 93 E9 E5 25 0 2 9 B1 42 4B
Octal 223 351 345 45 0 2 11 261 102 113
Binary 10010011 11101001 11100101 100101 0 10 1001 10110001 1000010 1001011

Color Harmonies of #93E9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E9E5

Black with #93E9E5

Text Example


Text Example

White with #93E9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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