Html Css Color HEX #75F0FE Electric Blue

📋 copy color: '#75F0FE'

red 117 ◦ green 240 ◦ blue 254

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

Shades of Electric Blue #75F0FE

Tints of Electric Blue #75F0FE

RGB

 RED value IS 117 (46.09% from 255) = 19.15%

 GREEN value IS 240 (94.14% from 255) = 39.28%

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

R = 19.15%
G = 39.28%
B = 41.57%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75F0FE (or 0x75F0FE) is known color: Electric Blue. HEX triplet: 75, F0 and FE. RGB value is (117,240,254). Sum of RGB (Red+Green+Blue) = 117+240+254=611 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.15% from 611); Green value is 240 (94.14% from 255 or 39.28% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #75F0FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F0FE is #8A0F01. Grayscale: #CCCCCC. Windows color (decimal): -9047810 or 16707701. OLE color: 16707701.

HSL color Cylindrical-coordinate representation of color #75F0FE: hue angle of 186.13º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75F0FE is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 240 254 -
CMYK 0.54 0.06 0 0.00
HSL 186.13º 0.99% 0.73% -
HSV(B) 186.13º 0.54% 1% -
XYZ 56.39 73.26 104.93 -
YUV 204.82 155.75 65.36 -
System Red Green Blue C M Y K H S L
Decimal 117 240 254 0.54 0.06 0 0.00 186.13 0.99 0.73
Hex 75 F0 FE 36 6 0 0 BA 63 49
Octal 165 360 376 66 6 0 0 272 143 111
Binary 1110101 11110000 11111110 110110 110 0 0 10111010 1100011 1001001

Color Harmonies of #75F0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F0FE

Black with #75F0FE

Text Example


Text Example

White with #75F0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75F0FE; }

 p { color: rgb(117,240,254); }

 H1.HeaderClassName
 {
   color: #75F0FE;
 }
 .AnyTagClassName
 {
   color: #75F0FE;
 }
</style>

background-color css

<style>
 a { background-color: #75F0FE; }

 a { background-color: rgb(117,240,254); }

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

border-color css

<style>
 span { border-color: #75F0FE; }

 span { border-color: rgb(117,240,254); }

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