Html Css Color HEX #93EFE4 Blizzard Blue

📋 copy color: '#93EFE4'

red 147 ◦ green 239 ◦ blue 228

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

Shades of Blizzard Blue #93EFE4

Tints of Blizzard Blue #93EFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.13%

R = 23.94%
G = 38.93%
B = 37.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#93EFE4 (or 0x93EFE4) is known color: Blizzard Blue. HEX triplet: 93, EF and E4. RGB value is (147,239,228). Sum of RGB (Red+Green+Blue) = 147+239+228=614 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.94% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFE4 is #6C101B. Grayscale: #D2D2D2. Windows color (decimal): -7082012 or 15003539. OLE color: 15003539.

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

Color convert

RGB 147 239 228 -
CMYK 0.38 0 0.05 0.06
HSL 172.83º 0.74% 0.76% -
HSV(B) 172.83º 0.38% 0.94% -
XYZ 56.9 73.54 84.59 -
YUV 210.24 138.02 82.89 -
System Red Green Blue C M Y K H S L
Decimal 147 239 228 0.38 0 0.05 0.06 172.83 0.74 0.76
Hex 93 EF E4 26 0 5 6 AD 4A 4C
Octal 223 357 344 46 0 5 6 255 112 114
Binary 10010011 11101111 11100100 100110 0 101 110 10101101 1001010 1001100

Color Harmonies of #93EFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFE4

Black with #93EFE4

Text Example


Text Example

White with #93EFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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