Html Css Color HEX #85B5CC Seagull

📋 copy color: '#85B5CC'

red 133 ◦ green 181 ◦ blue 204

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

Shades of Seagull #85B5CC

Tints of Seagull #85B5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.94%

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 25.68%
G = 34.94%
B = 39.38%

CMYK

 C value IS 0.35

 M value IS 0.11

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#85B5CC (or 0x85B5CC) is known color: Seagull. HEX triplet: 85, B5 and CC. RGB value is (133,181,204). Sum of RGB (Red+Green+Blue) = 133+181+204=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #85B5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B5CC is #7A4A33. Grayscale: #A9A9A9. Windows color (decimal): -8014388 or 13415813. OLE color: 13415813.

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

Color convert

RGB 133 181 204 -
CMYK 0.35 0.11 0 0.2
HSL 199.44º 0.41% 0.66% -
HSV(B) 199.44º 0.35% 0.8% -
XYZ 37.1 42.39 63.35 -
YUV 169.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 133 181 204 0.35 0.11 0 0.2 199.44 0.41 0.66
Hex 85 B5 CC 23 B 0 14 C7 29 42
Octal 205 265 314 43 13 0 24 307 51 102
Binary 10000101 10110101 11001100 100011 1011 0 10100 11000111 101001 1000010

Color Harmonies of #85B5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85B5CC

Black with #85B5CC

Text Example


Text Example

White with #85B5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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