Html Css Color HEX #93EFEF Blizzard Blue

📋 copy color: '#93EFEF'

red 147 ◦ green 239 ◦ blue 239

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

Shades of Blizzard Blue #93EFEF

Tints of Blizzard Blue #93EFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.24%

R = 23.52%
G = 38.24%
B = 38.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#93EFEF (or 0x93EFEF) is known color: Blizzard Blue. HEX triplet: 93, EF and EF. RGB value is (147,239,239). Sum of RGB (Red+Green+Blue) = 147+239+239=625 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.52% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 239 (93.75% from 255 or 38.24% from 625); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #93EFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93EFEF is #6C1010. Grayscale: #D3D3D3. Windows color (decimal): -7082001 or 15724435. OLE color: 15724435.

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

Color convert

RGB 147 239 239 -
CMYK 0.38 0 0 0.06
HSL 180º 0.74% 0.76% -
HSV(B) 180º 0.38% 0.94% -
XYZ 58.48 74.17 92.9 -
YUV 211.49 143.52 82 -
System Red Green Blue C M Y K H S L
Decimal 147 239 239 0.38 0 0 0.06 180 0.74 0.76
Hex 93 EF EF 26 0 0 6 B4 4A 4C
Octal 223 357 357 46 0 0 6 264 112 114
Binary 10010011 11101111 11101111 100110 0 0 110 10110100 1001010 1001100

Color Harmonies of #93EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EFEF

Black with #93EFEF

Text Example


Text Example

White with #93EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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