#85C1CC

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

Shades of Seagull #85C1CC

Tints of Seagull #85C1CC

Color information

#85C1CC (or 0x85C1CC) is unknown color: approx Seagull. HEX triplet: 85, C1 and CC. RGB value is (133,193,204). Sum of RGB (Red+Green+Blue) = 133+193+204=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #85C1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C1CC is #7A3E33. Grayscale: #B0B0B0. Windows color (decimal): -8011316 or 13418885. OLE color: 13418885.

HSL color Cylindrical-coordinate representation of color #85C1CC: hue angle of 189.3º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85C1CC is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB133193204-
CMYK0.350.0500.2
HSL189.3º41.04%66.08%-
HSV(B)189.3º34.8%80%-
XYZ39.6447.4964.2-
YUV176.31143.6297.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.09%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=25.09%
G=36.42%
B=38.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1331932040.350.0500.2189.341.0466.08
Hex85C1CC235014bd2942
Octal20530131443502427551102
Binary100001011100000111001100100011101010100101111011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,193,204); }

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

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

 a { background-color: rgb(133,193,204); }

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

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

 span { border-color: rgb(133,193,204); }

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