Html Css Color HEX #93E8EF Blizzard Blue

📋 copy color: '#93E8EF'

red 147 ◦ green 232 ◦ blue 239

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

Shades of Blizzard Blue #93E8EF

Tints of Blizzard Blue #93E8EF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.54%

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 23.79%
G = 37.54%
B = 38.67%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93E8EF (or 0x93E8EF) is known color: Blizzard Blue. HEX triplet: 93, E8 and EF. RGB value is (147,232,239). Sum of RGB (Red+Green+Blue) = 147+232+239=618 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.79% from 618); Green value is 232 (91.02% from 255 or 37.54% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #93E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E8EF is #6C1710. Grayscale: #CFCFCF. Windows color (decimal): -7083793 or 15722643. OLE color: 15722643.

HSL color Cylindrical-coordinate representation of color #93E8EF: hue angle of 184.57º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93E8EF is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 147 232 239 -
CMYK 0.38 0.03 0 0.06
HSL 184.57º 0.74% 0.76% -
HSV(B) 184.57º 0.38% 0.94% -
XYZ 56.47 70.15 92.23 -
YUV 207.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 147 232 239 0.38 0.03 0 0.06 184.57 0.74 0.76
Hex 93 E8 EF 26 3 0 6 B9 4A 4C
Octal 223 350 357 46 3 0 6 271 112 114
Binary 10010011 11101000 11101111 100110 11 0 110 10111001 1001010 1001100

Color Harmonies of #93E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E8EF

Black with #93E8EF

Text Example


Text Example

White with #93E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,232,239); }

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

background-color css

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

 a { background-color: rgb(147,232,239); }

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

border-color css

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

 span { border-color: rgb(147,232,239); }

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