Html Css Color HEX #85BDCD Seagull

📋 copy color: '#85BDCD'

red 133 ◦ green 189 ◦ blue 205

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

Shades of Seagull #85BDCD

Tints of Seagull #85BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.86%

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

R = 25.24%
G = 35.86%
B = 38.9%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85BDCD (or 0x85BDCD) is known color: Seagull. HEX triplet: 85, BD and CD. RGB value is (133,189,205). Sum of RGB (Red+Green+Blue) = 133+189+205=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #85BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BDCD is #7A4232. Grayscale: #ADADAD. Windows color (decimal): -8012339 or 13483397. OLE color: 13483397.

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

Color convert

RGB 133 189 205 -
CMYK 0.35 0.08 0 0.20
HSL 193.33º 0.42% 0.66% -
HSV(B) 193.33º 0.35% 0.8% -
XYZ 38.89 45.79 64.55 -
YUV 174.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 133 189 205 0.35 0.08 0 0.20 193.33 0.42 0.66
Hex 85 BD CD 23 8 0 14 C1 2A 42
Octal 205 275 315 43 10 0 24 301 52 102
Binary 10000101 10111101 11001101 100011 1000 0 10100 11000001 101010 1000010

Color Harmonies of #85BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BDCD

Black with #85BDCD

Text Example


Text Example

White with #85BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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