Html Css Color HEX #93FCED Electric Blue

📋 copy color: '#93FCED'

red 147 ◦ green 252 ◦ blue 237

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

Shades of Electric Blue #93FCED

Tints of Electric Blue #93FCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.26%

R = 23.11%
G = 39.62%
B = 37.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#93FCED (or 0x93FCED) is known color: Electric Blue. HEX triplet: 93, FC and ED. RGB value is (147,252,237). Sum of RGB (Red+Green+Blue) = 147+252+237=636 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.11% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FCED is #6C0312. Grayscale: #DADADA. Windows color (decimal): -7078675 or 15596691. OLE color: 15596691.

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

Color convert

RGB 147 252 237 -
CMYK 0.42 0 0.06 0.01
HSL 171.43º 0.95% 0.78% -
HSV(B) 171.43º 0.42% 0.99% -
XYZ 62.13 81.94 92.66 -
YUV 218.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 147 252 237 0.42 0 0.06 0.01 171.43 0.95 0.78
Hex 93 FC ED 2A 0 6 1 AB 5F 4E
Octal 223 374 355 52 0 6 1 253 137 116
Binary 10010011 11111100 11101101 101010 0 110 1 10101011 1011111 1001110

Color Harmonies of #93FCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FCED

Black with #93FCED

Text Example


Text Example

White with #93FCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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