Html Css Color HEX #93E9EE Blizzard Blue

📋 copy color: '#93E9EE'

red 147 ◦ green 233 ◦ blue 238

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

Shades of Blizzard Blue #93E9EE

Tints of Blizzard Blue #93E9EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.51%

R = 23.79%
G = 37.7%
B = 38.51%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#93E9EE (or 0x93E9EE) is known color: Blizzard Blue. HEX triplet: 93, E9 and EE. RGB value is (147,233,238). Sum of RGB (Red+Green+Blue) = 147+233+238=618 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.79% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #93E9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E9EE is #6C1611. Grayscale: #CFCFCF. Windows color (decimal): -7083538 or 15657363. OLE color: 15657363.

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

Color convert

RGB 147 233 238 -
CMYK 0.38 0.02 0 0.07
HSL 183.3º 0.73% 0.75% -
HSV(B) 183.3º 0.38% 0.93% -
XYZ 56.6 70.65 91.54 -
YUV 207.86 145.01 84.59 -
System Red Green Blue C M Y K H S L
Decimal 147 233 238 0.38 0.02 0 0.07 183.3 0.73 0.75
Hex 93 E9 EE 26 2 0 7 B7 49 4B
Octal 223 351 356 46 2 0 7 267 111 113
Binary 10010011 11101001 11101110 100110 10 0 111 10110111 1001001 1001011

Color Harmonies of #93E9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E9EE

Black with #93E9EE

Text Example


Text Example

White with #93E9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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