Html Css Color HEX #75F9FF Electric Blue

📋 copy color: '#75F9FF'

red 117 ◦ green 249 ◦ blue 255

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

Shades of Electric Blue #75F9FF

Tints of Electric Blue #75F9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.1%

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

R = 18.84%
G = 40.1%
B = 41.06%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#75F9FF (or 0x75F9FF) is known color: Electric Blue. HEX triplet: 75, F9 and FF. RGB value is (117,249,255). Sum of RGB (Red+Green+Blue) = 117+249+255=621 (82% of max value = 765). Red value is 117 (46.09% from 255 or 18.84% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #75F9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F9FF is #8A0600. Grayscale: #D2D2D2. Windows color (decimal): -9045505 or 16775541. OLE color: 16775541.

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

Color convert

RGB 117 249 255 -
CMYK 0.54 0.02 0 0
HSL 182.61º 1% 0.73% -
HSV(B) 182.61º 0.54% 1% -
XYZ 59.26 78.75 106.69 -
YUV 210.22 153.27 61.51 -
System Red Green Blue C M Y K H S L
Decimal 117 249 255 0.54 0.02 0 0 182.61 1 0.73
Hex 75 F9 FF 36 2 0 0 B7 64 49
Octal 165 371 377 66 2 0 0 267 144 111
Binary 1110101 11111001 11111111 110110 10 0 0 10110111 1100100 1001001

Color Harmonies of #75F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F9FF

Black with #75F9FF

Text Example


Text Example

White with #75F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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