#7BB8DD

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

Shades of Seagull #7BB8DD

Tints of Seagull #7BB8DD

Color information

#7BB8DD (or 0x7BB8DD) is unknown color: approx Seagull. HEX triplet: 7B, B8 and DD. RGB value is (123,184,221). Sum of RGB (Red+Green+Blue) = 123+184+221=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #7BB8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB8DD is #844722. Grayscale: #A9A9A9. Windows color (decimal): -8668963 or 14530683. OLE color: 14530683.

HSL color Cylindrical-coordinate representation of color #7BB8DD: hue angle of 202.65º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BB8DD is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123184221-
CMYK0.440.1700.13
HSL202.65º59.04%67.45%-
HSV(B)202.65º44.34%86.67%-
XYZ38.3643.7174.82-
YUV169.98156.7994.49-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.30%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 221 (86.72% from 255) = 41.86%
R=23.30%
G=34.85%
B=41.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231842210.440.1700.13202.6559.0467.45
Hex7BB8DD2C110Dcb3b43
Octal173270335542101531373103
Binary111101110111000110111011011001000101101110010111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,184,221); }

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

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

 a { background-color: rgb(123,184,221); }

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

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

 span { border-color: rgb(123,184,221); }

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