Html Css Color HEX #7FFBFF Electric Blue

📋 copy color: '#7FFBFF'

red 127 ◦ green 251 ◦ blue 255

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

Shades of Electric Blue #7FFBFF

Tints of Electric Blue #7FFBFF

RGB

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

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

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

R = 20.06%
G = 39.65%
B = 40.28%

CMYK

 C value IS 0.50

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7FFBFF (or 0x7FFBFF) is known color: Electric Blue. HEX triplet: 7F, FB and FF. RGB value is (127,251,255). Sum of RGB (Red+Green+Blue) = 127+251+255=633 (83% of max value = 765). Red value is 127 (50% from 255 or 20.06% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FFBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FFBFF is #800400. Grayscale: #D6D6D6. Windows color (decimal): -8389633 or 16776063. OLE color: 16776063.

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

Color convert

RGB 127 251 255 -
CMYK 0.50 0.02 0 0
HSL 181.88º 1% 0.75% -
HSV(B) 181.88º 0.5% 1% -
XYZ 61.3 80.73 106.96 -
YUV 214.38 150.92 65.67 -
System Red Green Blue C M Y K H S L
Decimal 127 251 255 0.50 0.02 0 0 181.88 1 0.75
Hex 7F FB FF 32 2 0 0 B6 64 4B
Octal 177 373 377 62 2 0 0 266 144 113
Binary 1111111 11111011 11111111 110010 10 0 0 10110110 1100100 1001011

Color Harmonies of #7FFBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FFBFF

Black with #7FFBFF

Text Example


Text Example

White with #7FFBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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