Html Css Color HEX #93FCF2 Electric Blue

📋 copy color: '#93FCF2'

red 147 ◦ green 252 ◦ blue 242

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

Shades of Electric Blue #93FCF2

Tints of Electric Blue #93FCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 22.93%
G = 39.31%
B = 37.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#93FCF2 (or 0x93FCF2) is known color: Electric Blue. HEX triplet: 93, FC and F2. RGB value is (147,252,242). Sum of RGB (Red+Green+Blue) = 147+252+242=641 (84% of max value = 765). Red value is 147 (57.81% from 255 or 22.93% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FCF2 is #6C030D. Grayscale: #DBDBDB. Windows color (decimal): -7078670 or 15924371. OLE color: 15924371.

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

Color convert

RGB 147 252 242 -
CMYK 0.42 0 0.04 0.01
HSL 174.29º 0.95% 0.78% -
HSV(B) 174.29º 0.42% 0.99% -
XYZ 62.87 82.23 96.56 -
YUV 219.47 140.71 76.31 -
System Red Green Blue C M Y K H S L
Decimal 147 252 242 0.42 0 0.04 0.01 174.29 0.95 0.78
Hex 93 FC F2 2A 0 4 1 AE 5F 4E
Octal 223 374 362 52 0 4 1 256 137 116
Binary 10010011 11111100 11110010 101010 0 100 1 10101110 1011111 1001110

Color Harmonies of #93FCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FCF2

Black with #93FCF2

Text Example


Text Example

White with #93FCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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