Html Css Color HEX #85C0CD Seagull

📋 copy color: '#85C0CD'

red 133 ◦ green 192 ◦ blue 205

#85C0CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #85C0CD

Tints of Seagull #85C0CD

RGB

 RED value IS 133 (52.34% from 255) = 25.09%

 GREEN value IS 192 (75.39% from 255) = 36.23%

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 25.09%
G = 36.23%
B = 38.68%

CMYK

 C value IS 0.35

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85C0CD (or 0x85C0CD) is known color: Seagull. HEX triplet: 85, C0 and CD. RGB value is (133,192,205). Sum of RGB (Red+Green+Blue) = 133+192+205=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #85C0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C0CD is #7A3F32. Grayscale: #AFAFAF. Windows color (decimal): -8011571 or 13484165. OLE color: 13484165.

HSL color Cylindrical-coordinate representation of color #85C0CD: hue angle of 190.83º degrees, saturation: 0.42, 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 #85C0CD is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 192 205 -
CMYK 0.35 0.06 0 0.20
HSL 190.83º 0.42% 0.66% -
HSV(B) 190.83º 0.35% 0.8% -
XYZ 39.54 47.09 64.76 -
YUV 175.84 144.45 97.44 -
System Red Green Blue C M Y K H S L
Decimal 133 192 205 0.35 0.06 0 0.20 190.83 0.42 0.66
Hex 85 C0 CD 23 6 0 14 BF 2A 42
Octal 205 300 315 43 6 0 24 277 52 102
Binary 10000101 11000000 11001101 100011 110 0 10100 10111111 101010 1000010

Color Harmonies of #85C0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C0CD

Black with #85C0CD

Text Example


Text Example

White with #85C0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,205); }

 H1.HeaderClassName
 {
   color: #85C0CD;
 }
 .AnyTagClassName
 {
   color: #85C0CD;
 }
</style>

background-color css

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

 a { background-color: rgb(133,192,205); }

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

border-color css

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

 span { border-color: rgb(133,192,205); }

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