Html Css Color HEX #75F5FF Electric Blue

📋 copy color: '#75F5FF'

red 117 ◦ green 245 ◦ blue 255

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

Shades of Electric Blue #75F5FF

Tints of Electric Blue #75F5FF

RGB

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

 GREEN value IS 245 (96.09% from 255) = 39.71%

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

R = 18.96%
G = 39.71%
B = 41.33%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75F5FF (or 0x75F5FF) is known color: Electric Blue. HEX triplet: 75, F5 and FF. RGB value is (117,245,255). Sum of RGB (Red+Green+Blue) = 117+245+255=617 (81% of max value = 765). Red value is 117 (46.09% from 255 or 18.96% from 617); Green value is 245 (96.09% from 255 or 39.71% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #75F5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F5FF is #8A0A00. Grayscale: #CFCFCF. Windows color (decimal): -9046529 or 16774517. OLE color: 16774517.

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

Color convert

RGB 117 245 255 -
CMYK 0.54 0.04 0 0
HSL 184.35º 1% 0.73% -
HSV(B) 184.35º 0.54% 1% -
XYZ 58.04 76.31 106.28 -
YUV 207.87 154.59 63.19 -
System Red Green Blue C M Y K H S L
Decimal 117 245 255 0.54 0.04 0 0 184.35 1 0.73
Hex 75 F5 FF 36 4 0 0 B8 64 49
Octal 165 365 377 66 4 0 0 270 144 111
Binary 1110101 11110101 11111111 110110 100 0 0 10111000 1100100 1001001

Color Harmonies of #75F5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F5FF

Black with #75F5FF

Text Example


Text Example

White with #75F5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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