Html Css Color HEX #85BACA Seagull

📋 copy color: '#85BACA'

red 133 ◦ green 186 ◦ blue 202

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

Shades of Seagull #85BACA

Tints of Seagull #85BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 25.53%
G = 35.7%
B = 38.77%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#85BACA (or 0x85BACA) is known color: Seagull. HEX triplet: 85, BA and CA. RGB value is (133,186,202). Sum of RGB (Red+Green+Blue) = 133+186+202=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #85BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BACA is #7A4535. Grayscale: #ABABAB. Windows color (decimal): -8013110 or 13286021. OLE color: 13286021.

HSL color Cylindrical-coordinate representation of color #85BACA: hue angle of 193.91º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85BACA is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 186 202 -
CMYK 0.34 0.08 0 0.21
HSL 193.91º 0.39% 0.66% -
HSV(B) 193.91º 0.34% 0.79% -
XYZ 37.89 44.37 62.44 -
YUV 171.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 133 186 202 0.34 0.08 0 0.21 193.91 0.39 0.66
Hex 85 BA CA 22 8 0 15 C2 27 42
Octal 205 272 312 42 10 0 25 302 47 102
Binary 10000101 10111010 11001010 100010 1000 0 10101 11000010 100111 1000010

Color Harmonies of #85BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BACA

Black with #85BACA

Text Example


Text Example

White with #85BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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