Html Css Color HEX #75F0FF Electric Blue

📋 copy color: '#75F0FF'

red 117 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #75F0FF

Tints of Electric Blue #75F0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.67%

R = 19.12%
G = 39.22%
B = 41.67%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75F0FF (or 0x75F0FF) is known color: Electric Blue. HEX triplet: 75, F0 and FF. RGB value is (117,240,255). Sum of RGB (Red+Green+Blue) = 117+240+255=612 (81% of max value = 765). Red value is 117 (46.09% from 255 or 19.12% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #75F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F0FF is #8A0F00. Grayscale: #CCCCCC. Windows color (decimal): -9047809 or 16773237. OLE color: 16773237.

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

Color convert

RGB 117 240 255 -
CMYK 0.54 0.06 0 0
HSL 186.52º 1% 0.73% -
HSV(B) 186.52º 0.54% 1% -
XYZ 56.55 73.32 105.78 -
YUV 204.93 156.25 65.28 -
System Red Green Blue C M Y K H S L
Decimal 117 240 255 0.54 0.06 0 0 186.52 1 0.73
Hex 75 F0 FF 36 6 0 0 BB 64 49
Octal 165 360 377 66 6 0 0 273 144 111
Binary 1110101 11110000 11111111 110110 110 0 0 10111011 1100100 1001001

Color Harmonies of #75F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F0FF

Black with #75F0FF

Text Example


Text Example

White with #75F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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