Html Css Color HEX #93E8F1 Blizzard Blue

📋 copy color: '#93E8F1'

red 147 ◦ green 232 ◦ blue 241

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

Shades of Blizzard Blue #93E8F1

Tints of Blizzard Blue #93E8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.87%

R = 23.71%
G = 37.42%
B = 38.87%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#93E8F1 (or 0x93E8F1) is known color: Blizzard Blue. HEX triplet: 93, E8 and F1. RGB value is (147,232,241). Sum of RGB (Red+Green+Blue) = 147+232+241=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 241 (94.53% from 255 or 38.87% from 620); Max value from RGB is 241 - color contains mainly: blue. Hex color #93E8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93E8F1 is #6C170E. Grayscale: #CFCFCF. Windows color (decimal): -7083791 or 15853715. OLE color: 15853715.

HSL color Cylindrical-coordinate representation of color #93E8F1: hue angle of 185.74º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93E8F1 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 232 241 -
CMYK 0.39 0.04 0 0.05
HSL 185.74º 0.77% 0.76% -
HSV(B) 185.74º 0.39% 0.95% -
XYZ 56.77 70.27 93.79 -
YUV 207.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 147 232 241 0.39 0.04 0 0.05 185.74 0.77 0.76
Hex 93 E8 F1 27 4 0 5 BA 4D 4C
Octal 223 350 361 47 4 0 5 272 115 114
Binary 10010011 11101000 11110001 100111 100 0 101 10111010 1001101 1001100

Color Harmonies of #93E8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E8F1

Black with #93E8F1

Text Example


Text Example

White with #93E8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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