#7BBCDC

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

Shades of Seagull #7BBCDC

Tints of Seagull #7BBCDC

Color information

#7BBCDC (or 0x7BBCDC) is unknown color: approx Seagull. HEX triplet: 7B, BC and DC. RGB value is (123,188,220). Sum of RGB (Red+Green+Blue) = 123+188+220=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #7BBCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BBCDC is #844323. Grayscale: #ACACAC. Windows color (decimal): -8667940 or 14466171. OLE color: 14466171.

HSL color Cylindrical-coordinate representation of color #7BBCDC: hue angle of 199.79º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BBCDC is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB123188220-
CMYK0.440.1500.14
HSL199.79º58.08%67.25%-
HSV(B)199.79º44.09%86.27%-
XYZ39.0745.3474.4-
YUV172.21154.9792.9-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.16%
GREEN value IS 188 (73.83% from 255) = 35.40%
BLUE value IS 220 (86.33% from 255) = 41.43%
R=23.16%
G=35.40%
B=41.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1231882200.440.1500.14199.7958.0867.25
Hex7BBCDC2CF0Ec83a43
Octal173274334541701631072103
Binary11110111011110011011100101100111101110110010001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,188,220); }

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

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

 a { background-color: rgb(123,188,220); }

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

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

 span { border-color: rgb(123,188,220); }

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