Html Css Color HEX #75EEED Electric Blue

📋 copy color: '#75EEED'

red 117 ◦ green 238 ◦ blue 237

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

Shades of Electric Blue #75EEED

Tints of Electric Blue #75EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.2%

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 19.76%
G = 40.2%
B = 40.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#75EEED (or 0x75EEED) is known color: Electric Blue. HEX triplet: 75, EE and ED. RGB value is (117,238,237). Sum of RGB (Red+Green+Blue) = 117+238+237=592 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.76% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #75EEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EEED is #8A1112. Grayscale: #C9C9C9. Windows color (decimal): -9048339 or 15593077. OLE color: 15593077.

HSL color Cylindrical-coordinate representation of color #75EEED: hue angle of 179.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EEED is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 238 237 -
CMYK 0.51 0 0.00 0.07
HSL 179.5º 0.78% 0.7% -
HSV(B) 179.5º 0.51% 0.93% -
XYZ 53.2 71.05 91.03 -
YUV 201.71 147.91 67.58 -
System Red Green Blue C M Y K H S L
Decimal 117 238 237 0.51 0 0.00 0.07 179.5 0.78 0.7
Hex 75 EE ED 33 0 0 7 B4 4E 46
Octal 165 356 355 63 0 0 7 264 116 106
Binary 1110101 11101110 11101101 110011 0 0 111 10110100 1001110 1000110

Color Harmonies of #75EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EEED

Black with #75EEED

Text Example


Text Example

White with #75EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,238,237); }

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

background-color css

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

 a { background-color: rgb(117,238,237); }

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

border-color css

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

 span { border-color: rgb(117,238,237); }

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