#7CB8DA

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

Shades of Seagull #7CB8DA

Tints of Seagull #7CB8DA

Color information

#7CB8DA (or 0x7CB8DA) is unknown color: approx Seagull. HEX triplet: 7C, B8 and DA. RGB value is (124,184,218). Sum of RGB (Red+Green+Blue) = 124+184+218=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CB8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB8DA is #834725. Grayscale: #A9A9A9. Windows color (decimal): -8603430 or 14334076. OLE color: 14334076.

HSL color Cylindrical-coordinate representation of color #7CB8DA: hue angle of 201.7º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CB8DA is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124184218-
CMYK0.430.1600.15
HSL201.7º55.95%67.06%-
HSV(B)201.7º43.12%85.49%-
XYZ38.1143.6372.74-
YUV169.94155.1295.24-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.57%
GREEN value IS 184 (72.27% from 255) = 34.98%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=23.57%
G=34.98%
B=41.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241842180.430.1600.15201.755.9567.06
Hex7CB8DA2B100Fca3843
Octal174270332532001731270103
Binary111110010111000110110101010111000001111110010101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,184,218); }

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

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

 a { background-color: rgb(124,184,218); }

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

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

 span { border-color: rgb(124,184,218); }

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