Html Css Color HEX #75F4FA Electric Blue

📋 copy color: '#75F4FA'

red 117 ◦ green 244 ◦ blue 250

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

Shades of Electric Blue #75F4FA

Tints of Electric Blue #75F4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 19.15%
G = 39.93%
B = 40.92%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#75F4FA (or 0x75F4FA) is known color: Electric Blue. HEX triplet: 75, F4 and FA. RGB value is (117,244,250). Sum of RGB (Red+Green+Blue) = 117+244+250=611 (80% of max value = 765). Red value is 117 (46.09% from 255 or 19.15% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #75F4FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #75F4FA is #8A0B05. Grayscale: #CECECE. Windows color (decimal): -9046790 or 16446581. OLE color: 16446581.

HSL color Cylindrical-coordinate representation of color #75F4FA: hue angle of 182.71º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #75F4FA is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 244 250 -
CMYK 0.53 0.02 0 0.02
HSL 182.71º 0.93% 0.72% -
HSV(B) 182.71º 0.53% 0.98% -
XYZ 56.94 75.39 101.99 -
YUV 206.71 152.42 64.01 -
System Red Green Blue C M Y K H S L
Decimal 117 244 250 0.53 0.02 0 0.02 182.71 0.93 0.72
Hex 75 F4 FA 35 2 0 2 B7 5D 48
Octal 165 364 372 65 2 0 2 267 135 110
Binary 1110101 11110100 11111010 110101 10 0 10 10110111 1011101 1001000

Color Harmonies of #75F4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75F4FA

Black with #75F4FA

Text Example


Text Example

White with #75F4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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