Html Css Color HEX #75F4FF Electric Blue

📋 copy color: '#75F4FF'

red 117 ◦ green 244 ◦ blue 255

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

Shades of Electric Blue #75F4FF

Tints of Electric Blue #75F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.61%

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

R = 18.99%
G = 39.61%
B = 41.4%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75F4FF (or 0x75F4FF) is known color: Electric Blue. HEX triplet: 75, F4 and FF. RGB value is (117,244,255). Sum of RGB (Red+Green+Blue) = 117+244+255=616 (81% of max value = 765). Red value is 117 (46.09% from 255 or 18.99% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #75F4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F4FF is #8A0B00. Grayscale: #CFCFCF. Windows color (decimal): -9046785 or 16774261. OLE color: 16774261.

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

Color convert

RGB 117 244 255 -
CMYK 0.54 0.04 0 0
HSL 184.78º 1% 0.73% -
HSV(B) 184.78º 0.54% 1% -
XYZ 57.74 75.7 106.18 -
YUV 207.28 154.92 63.61 -
System Red Green Blue C M Y K H S L
Decimal 117 244 255 0.54 0.04 0 0 184.78 1 0.73
Hex 75 F4 FF 36 4 0 0 B9 64 49
Octal 165 364 377 66 4 0 0 271 144 111
Binary 1110101 11110100 11111111 110110 100 0 0 10111001 1100100 1001001

Color Harmonies of #75F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F4FF

Black with #75F4FF

Text Example


Text Example

White with #75F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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