Html Css Color HEX #85BACD Seagull

📋 copy color: '#85BACD'

red 133 ◦ green 186 ◦ blue 205

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

Shades of Seagull #85BACD

Tints of Seagull #85BACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 25.38%
G = 35.5%
B = 39.12%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85BACD (or 0x85BACD) is known color: Seagull. HEX triplet: 85, BA and CD. RGB value is (133,186,205). Sum of RGB (Red+Green+Blue) = 133+186+205=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #85BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BACD is #7A4532. Grayscale: #ACACAC. Windows color (decimal): -8013107 or 13482629. OLE color: 13482629.

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

Color convert

RGB 133 186 205 -
CMYK 0.35 0.09 0 0.20
HSL 195.83º 0.42% 0.66% -
HSV(B) 195.83º 0.35% 0.8% -
XYZ 38.25 44.51 64.33 -
YUV 172.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 133 186 205 0.35 0.09 0 0.20 195.83 0.42 0.66
Hex 85 BA CD 23 9 0 14 C4 2A 42
Octal 205 272 315 43 11 0 24 304 52 102
Binary 10000101 10111010 11001101 100011 1001 0 10100 11000100 101010 1000010

Color Harmonies of #85BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BACD

Black with #85BACD

Text Example


Text Example

White with #85BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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