Html Css Color HEX #75EFF6 Electric Blue

📋 copy color: '#75EFF6'

red 117 ◦ green 239 ◦ blue 246

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

Shades of Electric Blue #75EFF6

Tints of Electric Blue #75EFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.86%

R = 19.44%
G = 39.7%
B = 40.86%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#75EFF6 (or 0x75EFF6) is known color: Electric Blue. HEX triplet: 75, EF and F6. RGB value is (117,239,246). Sum of RGB (Red+Green+Blue) = 117+239+246=602 (79% of max value = 765). Red value is 117 (46.09% from 255 or 19.44% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #75EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EFF6 is #8A1009. Grayscale: #CBCBCB. Windows color (decimal): -9048074 or 16183157. OLE color: 16183157.

HSL color Cylindrical-coordinate representation of color #75EFF6: hue angle of 183.26º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75EFF6 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 239 246 -
CMYK 0.52 0.03 0 0.04
HSL 183.26º 0.88% 0.71% -
HSV(B) 183.26º 0.52% 0.96% -
XYZ 54.84 72.17 98.23 -
YUV 203.32 152.08 66.43 -
System Red Green Blue C M Y K H S L
Decimal 117 239 246 0.52 0.03 0 0.04 183.26 0.88 0.71
Hex 75 EF F6 34 3 0 4 B7 58 47
Octal 165 357 366 64 3 0 4 267 130 107
Binary 1110101 11101111 11110110 110100 11 0 100 10110111 1011000 1000111

Color Harmonies of #75EFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EFF6

Black with #75EFF6

Text Example


Text Example

White with #75EFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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