Html Css Color HEX #75E6FF Electric Blue

📋 copy color: '#75E6FF'

red 117 ◦ green 230 ◦ blue 255

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

Shades of Electric Blue #75E6FF

Tints of Electric Blue #75E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.21%

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

R = 19.44%
G = 38.21%
B = 42.36%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75E6FF (or 0x75E6FF) is known color: Electric Blue. HEX triplet: 75, E6 and FF. RGB value is (117,230,255). Sum of RGB (Red+Green+Blue) = 117+230+255=602 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.44% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #75E6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75E6FF is #8A1900. Grayscale: #C6C6C6. Windows color (decimal): -9050369 or 16770677. OLE color: 16770677.

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

Color convert

RGB 117 230 255 -
CMYK 0.54 0.10 0 0
HSL 190.87º 1% 0.73% -
HSV(B) 190.87º 0.54% 1% -
XYZ 53.68 67.6 104.83 -
YUV 199.06 159.56 69.47 -
System Red Green Blue C M Y K H S L
Decimal 117 230 255 0.54 0.10 0 0 190.87 1 0.73
Hex 75 E6 FF 36 A 0 0 BF 64 49
Octal 165 346 377 66 12 0 0 277 144 111
Binary 1110101 11100110 11111111 110110 1010 0 0 10111111 1100100 1001001

Color Harmonies of #75E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E6FF

Black with #75E6FF

Text Example


Text Example

White with #75E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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