Html Css Color HEX #93EFE8 Blizzard Blue

📋 copy color: '#93EFE8'

red 147 ◦ green 239 ◦ blue 232

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

Shades of Blizzard Blue #93EFE8

Tints of Blizzard Blue #93EFE8

RGB

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

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

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

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

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

RGB 147 239 232 -
CMYK 0.38 0 0.03 0.06
HSL 175.43º 0.74% 0.76% -
HSV(B) 175.43º 0.38% 0.94% -
XYZ 57.46 73.76 87.55 -
YUV 210.69 140.02 82.57 -
System Red Green Blue C M Y K H S L
Decimal 147 239 232 0.38 0 0.03 0.06 175.43 0.74 0.76
Hex 93 EF E8 26 0 3 6 AF 4A 4C
Octal 223 357 350 46 0 3 6 257 112 114
Binary 10010011 11101111 11101000 100110 0 11 110 10101111 1001010 1001100

Color Harmonies of #93EFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFE8

Black with #93EFE8

Text Example


Text Example

White with #93EFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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