Html Css Color HEX #75F2EA Electric Blue

📋 copy color: '#75F2EA'

red 117 ◦ green 242 ◦ blue 234

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

Shades of Electric Blue #75F2EA

Tints of Electric Blue #75F2EA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.81%

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

R = 19.73%
G = 40.81%
B = 39.46%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#75F2EA (or 0x75F2EA) is known color: Electric Blue. HEX triplet: 75, F2 and EA. RGB value is (117,242,234). Sum of RGB (Red+Green+Blue) = 117+242+234=593 (78% of max value = 765). Red value is 117 (46.09% from 255 or 19.73% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #75F2EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F2EA is #8A0D15. Grayscale: #CBCBCB. Windows color (decimal): -9047318 or 15397493. OLE color: 15397493.

HSL color Cylindrical-coordinate representation of color #75F2EA: hue angle of 176.16º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75F2EA is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 242 234 -
CMYK 0.52 0 0.03 0.05
HSL 176.16º 0.83% 0.7% -
HSV(B) 176.16º 0.52% 0.95% -
XYZ 53.94 73.23 89.13 -
YUV 203.71 145.09 66.15 -
System Red Green Blue C M Y K H S L
Decimal 117 242 234 0.52 0 0.03 0.05 176.16 0.83 0.7
Hex 75 F2 EA 34 0 3 5 B0 53 46
Octal 165 362 352 64 0 3 5 260 123 106
Binary 1110101 11110010 11101010 110100 0 11 101 10110000 1010011 1000110

Color Harmonies of #75F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F2EA

Black with #75F2EA

Text Example


Text Example

White with #75F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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