Html Css Color HEX #75EFFF Electric Blue

📋 copy color: '#75EFFF'

red 117 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #75EFFF

Tints of Electric Blue #75EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.12%

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

R = 19.15%
G = 39.12%
B = 41.73%

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

#75EFFF (or 0x75EFFF) is known color: Electric Blue. HEX triplet: 75, EF and FF. RGB value is (117,239,255). Sum of RGB (Red+Green+Blue) = 117+239+255=611 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.15% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #75EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EFFF is #8A1000. Grayscale: #CCCCCC. Windows color (decimal): -9048065 or 16772981. OLE color: 16772981.

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

Color convert

RGB 117 239 255 -
CMYK 0.54 0.06 0 0
HSL 186.96º 1% 0.73% -
HSV(B) 186.96º 0.54% 1% -
XYZ 56.25 72.73 105.68 -
YUV 204.35 156.58 65.7 -
System Red Green Blue C M Y K H S L
Decimal 117 239 255 0.54 0.06 0 0 186.96 1 0.73
Hex 75 EF FF 36 6 0 0 BB 64 49
Octal 165 357 377 66 6 0 0 273 144 111
Binary 1110101 11101111 11111111 110110 110 0 0 10111011 1100100 1001001

Color Harmonies of #75EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EFFF

Black with #75EFFF

Text Example


Text Example

White with #75EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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