Html Css Color HEX #7FFCFD Electric Blue

📋 copy color: '#7FFCFD'

red 127 ◦ green 252 ◦ blue 253

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

Shades of Electric Blue #7FFCFD

Tints of Electric Blue #7FFCFD

RGB

 RED value IS 127 (50% from 255) = 20.09%

 GREEN value IS 252 (98.83% from 255) = 39.87%

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 20.09%
G = 39.87%
B = 40.03%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FFCFD (or 0x7FFCFD) is known color: Electric Blue. HEX triplet: 7F, FC and FD. RGB value is (127,252,253). Sum of RGB (Red+Green+Blue) = 127+252+253=632 (83% of max value = 765). Red value is 127 (50% from 255 or 20.09% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FFCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFCFD is #800302. Grayscale: #D6D6D6. Windows color (decimal): -8389379 or 16645247. OLE color: 16645247.

HSL color Cylindrical-coordinate representation of color #7FFCFD: hue angle of 180.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFCFD is Cyan = 0.50, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 252 253 -
CMYK 0.50 0.00 0 0.01
HSL 180.48º 0.97% 0.75% -
HSV(B) 180.48º 0.5% 0.99% -
XYZ 61.29 81.22 105.38 -
YUV 214.74 149.59 65.42 -
System Red Green Blue C M Y K H S L
Decimal 127 252 253 0.50 0.00 0 0.01 180.48 0.97 0.75
Hex 7F FC FD 32 0 0 1 B4 61 4B
Octal 177 374 375 62 0 0 1 264 141 113
Binary 1111111 11111100 11111101 110010 0 0 1 10110100 1100001 1001011

Color Harmonies of #7FFCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFCFD

Black with #7FFCFD

Text Example


Text Example

White with #7FFCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FFCFD; }

 p { color: rgb(127,252,253); }

 H1.HeaderClassName
 {
   color: #7FFCFD;
 }
 .AnyTagClassName
 {
   color: #7FFCFD;
 }
</style>

background-color css

<style>
 a { background-color: #7FFCFD; }

 a { background-color: rgb(127,252,253); }

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

border-color css

<style>
 span { border-color: #7FFCFD; }

 span { border-color: rgb(127,252,253); }

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