Html Css Color HEX #75ECFC Electric Blue

📋 copy color: '#75ECFC'

red 117 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #75ECFC

Tints of Electric Blue #75ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.01%

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 19.34%
G = 39.01%
B = 41.65%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#75ECFC (or 0x75ECFC) is known color: Electric Blue. HEX triplet: 75, EC and FC. RGB value is (117,236,252). Sum of RGB (Red+Green+Blue) = 117+236+252=605 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.34% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #75ECFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75ECFC is #8A1303. Grayscale: #CACACA. Windows color (decimal): -9048836 or 16575605. OLE color: 16575605.

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

Color convert

RGB 117 236 252 -
CMYK 0.54 0.06 0 0.01
HSL 187.11º 0.96% 0.72% -
HSV(B) 187.11º 0.54% 0.99% -
XYZ 54.9 70.8 102.87 -
YUV 202.24 156.08 67.2 -
System Red Green Blue C M Y K H S L
Decimal 117 236 252 0.54 0.06 0 0.01 187.11 0.96 0.72
Hex 75 EC FC 36 6 0 1 BB 60 48
Octal 165 354 374 66 6 0 1 273 140 110
Binary 1110101 11101100 11111100 110110 110 0 1 10111011 1100000 1001000

Color Harmonies of #75ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ECFC

Black with #75ECFC

Text Example


Text Example

White with #75ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,236,252); }

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

background-color css

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

 a { background-color: rgb(117,236,252); }

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

border-color css

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

 span { border-color: rgb(117,236,252); }

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