Html Css Color HEX #7FFBFC Electric Blue

📋 copy color: '#7FFBFC'

red 127 ◦ green 251 ◦ blue 252

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

Shades of Electric Blue #7FFBFC

Tints of Electric Blue #7FFBFC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.84%

 BLUE value IS 252 (98.83% from 255) = 40%

R = 20.16%
G = 39.84%
B = 40%

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

#7FFBFC (or 0x7FFBFC) is known color: Electric Blue. HEX triplet: 7F, FB and FC. RGB value is (127,251,252). Sum of RGB (Red+Green+Blue) = 127+251+252=630 (83% of max value = 765). Red value is 127 (50% from 255 or 20.16% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FFBFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBFC is #800403. Grayscale: #D5D5D5. Windows color (decimal): -8389636 or 16579455. OLE color: 16579455.

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

Color convert

RGB 127 251 252 -
CMYK 0.50 0.00 0 0.01
HSL 180.48º 0.95% 0.74% -
HSV(B) 180.48º 0.5% 0.99% -
XYZ 60.82 80.53 104.43 -
YUV 214.04 149.42 65.92 -
System Red Green Blue C M Y K H S L
Decimal 127 251 252 0.50 0.00 0 0.01 180.48 0.95 0.74
Hex 7F FB FC 32 0 0 1 B4 5F 4A
Octal 177 373 374 62 0 0 1 264 137 112
Binary 1111111 11111011 11111100 110010 0 0 1 10110100 1011111 1001010

Color Harmonies of #7FFBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBFC

Black with #7FFBFC

Text Example


Text Example

White with #7FFBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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