Html Css Color HEX #75EFF8 Electric Blue

📋 copy color: '#75EFF8'

red 117 ◦ green 239 ◦ blue 248

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

Shades of Electric Blue #75EFF8

Tints of Electric Blue #75EFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.06%

R = 19.37%
G = 39.57%
B = 41.06%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#75EFF8 (or 0x75EFF8) is known color: Electric Blue. HEX triplet: 75, EF and F8. RGB value is (117,239,248). Sum of RGB (Red+Green+Blue) = 117+239+248=604 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.37% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 248 (97.27% from 255 or 41.06% from 604); Max value from RGB is 248 - color contains mainly: blue. Hex color #75EFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EFF8 is #8A1007. Grayscale: #CBCBCB. Windows color (decimal): -9048072 or 16314229. OLE color: 16314229.

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

Color convert

RGB 117 239 248 -
CMYK 0.53 0.04 0 0.03
HSL 184.12º 0.9% 0.72% -
HSV(B) 184.12º 0.53% 0.97% -
XYZ 55.15 72.29 99.85 -
YUV 203.55 153.08 66.27 -
System Red Green Blue C M Y K H S L
Decimal 117 239 248 0.53 0.04 0 0.03 184.12 0.9 0.72
Hex 75 EF F8 35 4 0 3 B8 5A 48
Octal 165 357 370 65 4 0 3 270 132 110
Binary 1110101 11101111 11111000 110101 100 0 11 10111000 1011010 1001000

Color Harmonies of #75EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EFF8

Black with #75EFF8

Text Example


Text Example

White with #75EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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