Html Css Color HEX #93FCEF Electric Blue

📋 copy color: '#93FCEF'

red 147 ◦ green 252 ◦ blue 239

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

Shades of Electric Blue #93FCEF

Tints of Electric Blue #93FCEF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.5%

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

R = 23.04%
G = 39.5%
B = 37.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#93FCEF (or 0x93FCEF) is known color: Electric Blue. HEX triplet: 93, FC and EF. RGB value is (147,252,239). Sum of RGB (Red+Green+Blue) = 147+252+239=638 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.04% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FCEF is #6C0310. Grayscale: #DBDBDB. Windows color (decimal): -7078673 or 15727763. OLE color: 15727763.

HSL color Cylindrical-coordinate representation of color #93FCEF: hue angle of 172.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCEF is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 147 252 239 -
CMYK 0.42 0 0.05 0.01
HSL 172.57º 0.95% 0.78% -
HSV(B) 172.57º 0.42% 0.99% -
XYZ 62.42 82.06 94.21 -
YUV 219.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 147 252 239 0.42 0 0.05 0.01 172.57 0.95 0.78
Hex 93 FC EF 2A 0 5 1 AD 5F 4E
Octal 223 374 357 52 0 5 1 255 137 116
Binary 10010011 11111100 11101111 101010 0 101 1 10101101 1011111 1001110

Color Harmonies of #93FCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FCEF

Black with #93FCEF

Text Example


Text Example

White with #93FCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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