Html Css Color HEX #93F0F0 Blizzard Blue

📋 copy color: '#93F0F0'

red 147 ◦ green 240 ◦ blue 240

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

Shades of Blizzard Blue #93F0F0

Tints of Blizzard Blue #93F0F0

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.28%

 BLUE value IS 240 (94.14% from 255) = 38.28%

R = 23.44%
G = 38.28%
B = 38.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93F0F0 (or 0x93F0F0) is known color: Blizzard Blue. HEX triplet: 93, F0 and F0. RGB value is (147,240,240). Sum of RGB (Red+Green+Blue) = 147+240+240=627 (83% of max value = 765). Red value is 147 (57.81% from 255 or 23.44% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: green, blue. Hex color #93F0F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F0F0 is #6C0F0F. Grayscale: #D4D4D4. Windows color (decimal): -7081744 or 15790227. OLE color: 15790227.

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

Color convert

RGB 147 240 240 -
CMYK 0.39 0 0 0.06
HSL 180º 0.76% 0.76% -
HSV(B) 180º 0.39% 0.94% -
XYZ 58.92 74.81 93.77 -
YUV 212.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 147 240 240 0.39 0 0 0.06 180 0.76 0.76
Hex 93 F0 F0 27 0 0 6 B4 4C 4C
Octal 223 360 360 47 0 0 6 264 114 114
Binary 10010011 11110000 11110000 100111 0 0 110 10110100 1001100 1001100

Color Harmonies of #93F0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F0F0

Black with #93F0F0

Text Example


Text Example

White with #93F0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,240,240); }

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

background-color css

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

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

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

border-color css

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

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

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