Html Css Color HEX #75F0FA Electric Blue

📋 copy color: '#75F0FA'

red 117 ◦ green 240 ◦ blue 250

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

Shades of Electric Blue #75F0FA

Tints of Electric Blue #75F0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 19.28%
G = 39.54%
B = 41.19%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#75F0FA (or 0x75F0FA) is known color: Electric Blue. HEX triplet: 75, F0 and FA. RGB value is (117,240,250). Sum of RGB (Red+Green+Blue) = 117+240+250=607 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.28% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #75F0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F0FA is #8A0F05. Grayscale: #CCCCCC. Windows color (decimal): -9047814 or 16445557. OLE color: 16445557.

HSL color Cylindrical-coordinate representation of color #75F0FA: hue angle of 184.51º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F0FA is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 240 250 -
CMYK 0.53 0.04 0 0.02
HSL 184.51º 0.93% 0.72% -
HSV(B) 184.51º 0.53% 0.98% -
XYZ 55.75 73 101.6 -
YUV 204.36 153.75 65.69 -
System Red Green Blue C M Y K H S L
Decimal 117 240 250 0.53 0.04 0 0.02 184.51 0.93 0.72
Hex 75 F0 FA 35 4 0 2 B9 5D 48
Octal 165 360 372 65 4 0 2 271 135 110
Binary 1110101 11110000 11111010 110101 100 0 10 10111001 1011101 1001000

Color Harmonies of #75F0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F0FA

Black with #75F0FA

Text Example


Text Example

White with #75F0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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