#85BEDD

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

Shades of Seagull #85BEDD

Tints of Seagull #85BEDD

Color information

#85BEDD (or 0x85BEDD) is unknown color: approx Seagull. HEX triplet: 85, BE and DD. RGB value is (133,190,221). Sum of RGB (Red+Green+Blue) = 133+190+221=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #85BEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEDD is #7A4122. Grayscale: #B0B0B0. Windows color (decimal): -8012067 or 14532229. OLE color: 14532229.

HSL color Cylindrical-coordinate representation of color #85BEDD: hue angle of 201.14º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85BEDD is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB133190221-
CMYK0.400.1400.13
HSL201.14º56.41%69.41%-
HSV(B)201.14º39.82%86.67%-
XYZ41.1447.0375.32-
YUV176.49153.1296.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.45%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=24.45%
G=34.93%
B=40.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1331902210.400.1400.13201.1456.4169.41
Hex85BEDD28E0Dc93845
Octal205276335501601531170105
Binary100001011011111011011101101000111001101110010011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BEDD; }

 p { color: rgb(133,190,221); }

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

<style>
 a { background-color: #85BEDD; }

 a { background-color: rgb(133,190,221); }

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

<style>
 span { border-color: #85BEDD; }

 span { border-color: rgb(133,190,221); }

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