Html Css Color HEX #93F9FA Electric Blue

📋 copy color: '#93F9FA'

red 147 ◦ green 249 ◦ blue 250

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

Shades of Electric Blue #93F9FA

Tints of Electric Blue #93F9FA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.54%

 BLUE value IS 250 (98.05% from 255) = 38.7%

R = 22.76%
G = 38.54%
B = 38.7%

CMYK

 C value IS 0.41

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#93F9FA (or 0x93F9FA) is known color: Electric Blue. HEX triplet: 93, F9 and FA. RGB value is (147,249,250). Sum of RGB (Red+Green+Blue) = 147+249+250=646 (85% of max value = 765). Red value is 147 (57.81% from 255 or 22.76% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #93F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93F9FA is #6C0605. Grayscale: #DADADA. Windows color (decimal): -7079430 or 16447891. OLE color: 16447891.

HSL color Cylindrical-coordinate representation of color #93F9FA: hue angle of 180.58º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F9FA is Cyan = 0.41, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 249 250 -
CMYK 0.41 0.00 0 0.02
HSL 180.58º 0.91% 0.78% -
HSV(B) 180.58º 0.41% 0.98% -
XYZ 63.16 80.86 102.72 -
YUV 218.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 147 249 250 0.41 0.00 0 0.02 180.58 0.91 0.78
Hex 93 F9 FA 29 0 0 2 B5 5B 4E
Octal 223 371 372 51 0 0 2 265 133 116
Binary 10010011 11111001 11111010 101001 0 0 10 10110101 1011011 1001110

Color Harmonies of #93F9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93F9FA

Black with #93F9FA

Text Example


Text Example

White with #93F9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,249,250); }

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

background-color css

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

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

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

border-color css

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

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

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