#7FBDCF

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

Shades of Seagull #7FBDCF

Tints of Seagull #7FBDCF

Color information

#7FBDCF (or 0x7FBDCF) is unknown color: approx Seagull. HEX triplet: 7F, BD and CF. RGB value is (127,189,207). Sum of RGB (Red+Green+Blue) = 127+189+207=523 (69% of max value = 765). Red value is 127 (50% from 255 or 24.28% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FBDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FBDCF is #804230. Grayscale: #ACACAC. Windows color (decimal): -8405553 or 13614463. OLE color: 13614463.

HSL color Cylindrical-coordinate representation of color #7FBDCF: hue angle of 193.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FBDCF is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127189207-
CMYK0.390.0900.19
HSL193.5º45.45%65.49%-
HSV(B)193.5º38.65%81.18%-
XYZ38.2145.4165.78-
YUV172.51147.4695.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.28%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=24.28%
G=36.14%
B=39.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271892070.390.0900.19193.545.4565.49
Hex7FBDCF279013c22d41
Octal177275317471102330255101
Binary111111110111101110011111001111001010011110000101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,189,207); }

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

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

 a { background-color: rgb(127,189,207); }

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

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

 span { border-color: rgb(127,189,207); }

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