#7fbfeb

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

Shades of Sky Blue #7FBFEB

Tints of Sky Blue #7FBFEB

Color information

#7FBFEB (or 0x7FBFEB) is unknown color: approx Sky Blue. HEX triplet: 7F, BF and EB. RGB value is (127,191,235). Sum of RGB (Red+Green+Blue) = 127+191+235=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #7FBFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBFEB is #804014. Grayscale: #B0B0B0. Windows color (decimal): -8405013 or 15449983. OLE color: 15449983.

HSL color Cylindrical-coordinate representation of color #7FBFEB: hue angle of 204.44º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FBFEB is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127191235-
CMYK0.460.1900.08
HSL204.44º72.97%70.98%-
HSV(B)204.44º45.96%92.16%-
XYZ42.3847.7785.58-
YUV176.88160.892.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.97%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 235 (92.19% from 255) = 42.50%
R=22.97%
G=34.54%
B=42.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271912350.460.1900.08204.4472.9770.98
Hex7FBFEB2E1308cc4947
Octal1772773535623010314111107
Binary1111111101111111110101110111010011010001100110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fbfeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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