Html Css Color HEX #75EBFF Electric Blue

📋 copy color: '#75EBFF'

red 117 ◦ green 235 ◦ blue 255

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

Shades of Electric Blue #75EBFF

Tints of Electric Blue #75EBFF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.71%

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

R = 19.28%
G = 38.71%
B = 42.01%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75EBFF (or 0x75EBFF) is known color: Electric Blue. HEX triplet: 75, EB and FF. RGB value is (117,235,255). Sum of RGB (Red+Green+Blue) = 117+235+255=607 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.28% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #75EBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75EBFF is #8A1400. Grayscale: #C9C9C9. Windows color (decimal): -9049089 or 16771957. OLE color: 16771957.

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

Color convert

RGB 117 235 255 -
CMYK 0.54 0.08 0 0
HSL 188.7º 1% 0.73% -
HSV(B) 188.7º 0.54% 1% -
XYZ 55.09 70.42 105.3 -
YUV 202 157.91 67.37 -
System Red Green Blue C M Y K H S L
Decimal 117 235 255 0.54 0.08 0 0 188.7 1 0.73
Hex 75 EB FF 36 8 0 0 BD 64 49
Octal 165 353 377 66 10 0 0 275 144 111
Binary 1110101 11101011 11111111 110110 1000 0 0 10111101 1100100 1001001

Color Harmonies of #75EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75EBFF

Black with #75EBFF

Text Example


Text Example

White with #75EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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