Html Css Color HEX #93FAF2 Electric Blue

📋 copy color: '#93FAF2'

red 147 ◦ green 250 ◦ blue 242

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

Shades of Electric Blue #93FAF2

Tints of Electric Blue #93FAF2

RGB

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

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

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

R = 23%
G = 39.12%
B = 37.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#93FAF2 (or 0x93FAF2) is known color: Electric Blue. HEX triplet: 93, FA and F2. RGB value is (147,250,242). Sum of RGB (Red+Green+Blue) = 147+250+242=639 (84% of max value = 765). Red value is 147 (57.81% from 255 or 23.00% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #93FAF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #93FAF2 is #6C050D. Grayscale: #DADADA. Windows color (decimal): -7079182 or 15923859. OLE color: 15923859.

HSL color Cylindrical-coordinate representation of color #93FAF2: hue angle of 175.34º 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 #93FAF2 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 250 242 -
CMYK 0.41 0 0.03 0.02
HSL 175.34º 0.91% 0.78% -
HSV(B) 175.34º 0.41% 0.98% -
XYZ 62.25 80.99 96.36 -
YUV 218.29 141.38 77.15 -
System Red Green Blue C M Y K H S L
Decimal 147 250 242 0.41 0 0.03 0.02 175.34 0.91 0.78
Hex 93 FA F2 29 0 3 2 AF 5B 4E
Octal 223 372 362 51 0 3 2 257 133 116
Binary 10010011 11111010 11110010 101001 0 11 10 10101111 1011011 1001110

Color Harmonies of #93FAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93FAF2

Black with #93FAF2

Text Example


Text Example

White with #93FAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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