Html Css Color HEX #75E7FE Electric Blue

📋 copy color: '#75E7FE'

red 117 ◦ green 231 ◦ blue 254

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

Shades of Electric Blue #75E7FE

Tints of Electric Blue #75E7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.37%

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

R = 19.44%
G = 38.37%
B = 42.19%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#75E7FE (or 0x75E7FE) is known color: Electric Blue. HEX triplet: 75, E7 and FE. RGB value is (117,231,254). Sum of RGB (Red+Green+Blue) = 117+231+254=602 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.44% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #75E7FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75E7FE is #8A1801. Grayscale: #C7C7C7. Windows color (decimal): -9050114 or 16705397. OLE color: 16705397.

HSL color Cylindrical-coordinate representation of color #75E7FE: hue angle of 190.07º 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 #75E7FE is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 231 254 -
CMYK 0.54 0.09 0 0.00
HSL 190.07º 0.99% 0.73% -
HSV(B) 190.07º 0.54% 1% -
XYZ 53.8 68.09 104.07 -
YUV 199.54 158.73 69.13 -
System Red Green Blue C M Y K H S L
Decimal 117 231 254 0.54 0.09 0 0.00 190.07 0.99 0.73
Hex 75 E7 FE 36 9 0 0 BE 63 49
Octal 165 347 376 66 11 0 0 276 143 111
Binary 1110101 11100111 11111110 110110 1001 0 0 10111110 1100011 1001001

Color Harmonies of #75E7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E7FE

Black with #75E7FE

Text Example


Text Example

White with #75E7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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