Html Css Color HEX #93F2EE Blizzard Blue

📋 copy color: '#93F2EE'

red 147 ◦ green 242 ◦ blue 238

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

Shades of Blizzard Blue #93F2EE

Tints of Blizzard Blue #93F2EE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.6%

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 23.44%
G = 38.6%
B = 37.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#93F2EE (or 0x93F2EE) is known color: Blizzard Blue. HEX triplet: 93, F2 and EE. RGB value is (147,242,238). Sum of RGB (Red+Green+Blue) = 147+242+238=627 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.44% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F2EE is #6C0D11. Grayscale: #D5D5D5. Windows color (decimal): -7081234 or 15659667. OLE color: 15659667.

HSL color Cylindrical-coordinate representation of color #93F2EE: hue angle of 177.47º degrees, saturation: 0.79, 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 #93F2EE is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 147 242 238 -
CMYK 0.39 0 0.02 0.05
HSL 177.47º 0.79% 0.76% -
HSV(B) 177.47º 0.39% 0.95% -
XYZ 59.22 75.88 92.41 -
YUV 213.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 147 242 238 0.39 0 0.02 0.05 177.47 0.79 0.76
Hex 93 F2 EE 27 0 2 5 B1 4F 4C
Octal 223 362 356 47 0 2 5 261 117 114
Binary 10010011 11110010 11101110 100111 0 10 101 10110001 1001111 1001100

Color Harmonies of #93F2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F2EE

Black with #93F2EE

Text Example


Text Example

White with #93F2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,242,238); }

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

background-color css

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

 a { background-color: rgb(147,242,238); }

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

border-color css

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

 span { border-color: rgb(147,242,238); }

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