Html Css Color HEX #93FAFE Electric Blue

📋 copy color: '#93FAFE'

red 147 ◦ green 250 ◦ blue 254

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

Shades of Electric Blue #93FAFE

Tints of Electric Blue #93FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.4%

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 22.58%
G = 38.4%
B = 39.02%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#93FAFE (or 0x93FAFE) is known color: Electric Blue. HEX triplet: 93, FA and FE. RGB value is (147,250,254). Sum of RGB (Red+Green+Blue) = 147+250+254=651 (86% of max value = 765). Red value is 147 (57.81% from 255 or 22.58% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #93FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FAFE is #6C0501. Grayscale: #DBDBDB. Windows color (decimal): -7079170 or 16710291. OLE color: 16710291.

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

Color convert

RGB 147 250 254 -
CMYK 0.42 0.02 0 0.00
HSL 182.24º 0.98% 0.79% -
HSV(B) 182.24º 0.42% 1% -
XYZ 64.11 81.73 106.16 -
YUV 219.66 147.38 76.17 -
System Red Green Blue C M Y K H S L
Decimal 147 250 254 0.42 0.02 0 0.00 182.24 0.98 0.79
Hex 93 FA FE 2A 2 0 0 B6 62 4F
Octal 223 372 376 52 2 0 0 266 142 117
Binary 10010011 11111010 11111110 101010 10 0 0 10110110 1100010 1001111

Color Harmonies of #93FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FAFE

Black with #93FAFE

Text Example


Text Example

White with #93FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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