#7FBFE5

Color #7FBFE5 Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7FBFE5

Tints of Sky Blue #7FBFE5

Color information

#7FBFE5 (or 0x7FBFE5) is unknown color: approx Sky Blue. HEX triplet: 7F, BF and E5. RGB value is (127,191,229). Sum of RGB (Red+Green+Blue) = 127+191+229=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #7FBFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBFE5 is #80401A. Grayscale: #AFAFAF. Windows color (decimal): -8405019 or 15056767. OLE color: 15056767.

HSL color Cylindrical-coordinate representation of color #7FBFE5: hue angle of 202.35º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FBFE5 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB127191229-
CMYK0.450.1700.10
HSL202.35º66.23%69.8%-
HSV(B)202.35º44.54%89.8%-
XYZ41.5347.4381.1-
YUV176.2157.892.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.22%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=23.22%
G=34.92%
B=41.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1271912290.450.1700.10202.3566.2369.8
Hex7FBFE52D110Aca4246
Octal1772773455521012312102106
Binary1111111101111111110010110110110001010101100101010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,191,229); }

 H1.HeaderClassName
 {
   color: #7FBFE5;
 }
 .AnyTagClassName
 {
   color: #7FBFE5;
 }
</style>
background-color css

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

 a { background-color: rgb(127,191,229); }

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

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

 span { border-color: rgb(127,191,229); }

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