Html Css Color HEX #75EFEA Electric Blue

📋 copy color: '#75EFEA'

red 117 ◦ green 239 ◦ blue 234

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

Shades of Electric Blue #75EFEA

Tints of Electric Blue #75EFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.66%

R = 19.83%
G = 40.51%
B = 39.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#75EFEA (or 0x75EFEA) is known color: Electric Blue. HEX triplet: 75, EF and EA. RGB value is (117,239,234). Sum of RGB (Red+Green+Blue) = 117+239+234=590 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.83% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #75EFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EFEA is #8A1015. Grayscale: #C9C9C9. Windows color (decimal): -9048086 or 15396725. OLE color: 15396725.

HSL color Cylindrical-coordinate representation of color #75EFEA: hue angle of 177.54º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75EFEA is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 239 234 -
CMYK 0.51 0 0.02 0.06
HSL 177.54º 0.79% 0.7% -
HSV(B) 177.54º 0.51% 0.94% -
XYZ 53.05 71.46 88.84 -
YUV 201.95 146.08 67.41 -
System Red Green Blue C M Y K H S L
Decimal 117 239 234 0.51 0 0.02 0.06 177.54 0.79 0.7
Hex 75 EF EA 33 0 2 6 B2 4F 46
Octal 165 357 352 63 0 2 6 262 117 106
Binary 1110101 11101111 11101010 110011 0 10 110 10110010 1001111 1000110

Color Harmonies of #75EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EFEA

Black with #75EFEA

Text Example


Text Example

White with #75EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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