Html Css Color HEX #85B6D1 Seagull

📋 copy color: '#85B6D1'

red 133 ◦ green 182 ◦ blue 209

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

Shades of Seagull #85B6D1

Tints of Seagull #85B6D1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.73%

 BLUE value IS 209 (82.03% from 255) = 39.89%

R = 25.38%
G = 34.73%
B = 39.89%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#85B6D1 (or 0x85B6D1) is known color: Seagull. HEX triplet: 85, B6 and D1. RGB value is (133,182,209). Sum of RGB (Red+Green+Blue) = 133+182+209=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #85B6D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B6D1 is #7A492E. Grayscale: #AAAAAA. Windows color (decimal): -8014127 or 13743749. OLE color: 13743749.

HSL color Cylindrical-coordinate representation of color #85B6D1: hue angle of 201.32º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85B6D1 is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 182 209 -
CMYK 0.36 0.13 0 0.18
HSL 201.32º 0.45% 0.67% -
HSV(B) 201.32º 0.36% 0.82% -
XYZ 37.91 43.05 66.63 -
YUV 170.43 149.77 101.3 -
System Red Green Blue C M Y K H S L
Decimal 133 182 209 0.36 0.13 0 0.18 201.32 0.45 0.67
Hex 85 B6 D1 24 D 0 12 C9 2D 43
Octal 205 266 321 44 15 0 22 311 55 103
Binary 10000101 10110110 11010001 100100 1101 0 10010 11001001 101101 1000011

Color Harmonies of #85B6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B6D1

Black with #85B6D1

Text Example


Text Example

White with #85B6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,182,209); }

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

background-color css

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

 a { background-color: rgb(133,182,209); }

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

border-color css

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

 span { border-color: rgb(133,182,209); }

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