#85BEDC

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

Shades of Seagull #85BEDC

Tints of Seagull #85BEDC

Color information

#85BEDC (or 0x85BEDC) is unknown color: approx Seagull. HEX triplet: 85, BE and DC. RGB value is (133,190,220). Sum of RGB (Red+Green+Blue) = 133+190+220=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #85BEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BEDC is #7A4123. Grayscale: #B0B0B0. Windows color (decimal): -8012068 or 14466693. OLE color: 14466693.

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

Color convert

RGB133190220-
CMYK0.400.1400.14
HSL200.69º55.41%69.22%-
HSV(B)200.69º39.55%86.27%-
XYZ4146.9874.62-
YUV176.38152.6297.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=24.49%
G=34.99%
B=40.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331902200.400.1400.14200.6955.4169.22
Hex85BEDC28E0Ec93745
Octal205276334501601631167105
Binary100001011011111011011100101000111001110110010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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