Html Css Color HEX #93EFF6 Blizzard Blue

📋 copy color: '#93EFF6'

red 147 ◦ green 239 ◦ blue 246

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

Shades of Blizzard Blue #93EFF6

Tints of Blizzard Blue #93EFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.92%

R = 23.26%
G = 37.82%
B = 38.92%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#93EFF6 (or 0x93EFF6) is known color: Blizzard Blue. HEX triplet: 93, EF and F6. RGB value is (147,239,246). Sum of RGB (Red+Green+Blue) = 147+239+246=632 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.26% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 246 (96.48% from 255 or 38.92% from 632); Max value from RGB is 246 - color contains mainly: blue. Hex color #93EFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EFF6 is #6C1009. Grayscale: #D4D4D4. Windows color (decimal): -7081994 or 16183187. OLE color: 16183187.

HSL color Cylindrical-coordinate representation of color #93EFF6: hue angle of 184.24º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93EFF6 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 147 239 246 -
CMYK 0.40 0.03 0 0.04
HSL 184.24º 0.85% 0.77% -
HSV(B) 184.24º 0.4% 0.96% -
XYZ 59.53 74.59 98.45 -
YUV 212.29 147.02 81.43 -
System Red Green Blue C M Y K H S L
Decimal 147 239 246 0.40 0.03 0 0.04 184.24 0.85 0.77
Hex 93 EF F6 28 3 0 4 B8 55 4D
Octal 223 357 366 50 3 0 4 270 125 115
Binary 10010011 11101111 11110110 101000 11 0 100 10111000 1010101 1001101

Color Harmonies of #93EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFF6

Black with #93EFF6

Text Example


Text Example

White with #93EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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