Html Css Color HEX #81BACA Seagull

📋 copy color: '#81BACA'

red 129 ◦ green 186 ◦ blue 202

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

Shades of Seagull #81BACA

Tints of Seagull #81BACA

RGB

 RED value IS 129 (50.78% from 255) = 24.95%

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

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

R = 24.95%
G = 35.98%
B = 39.07%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#81BACA (or 0x81BACA) is known color: Seagull. HEX triplet: 81, BA and CA. RGB value is (129,186,202). Sum of RGB (Red+Green+Blue) = 129+186+202=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #81BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BACA is #7E4535. Grayscale: #AAAAAA. Windows color (decimal): -8275254 or 13286017. OLE color: 13286017.

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

Color convert

RGB 129 186 202 -
CMYK 0.36 0.08 0 0.21
HSL 193.15º 0.41% 0.65% -
HSV(B) 193.15º 0.36% 0.79% -
XYZ 37.27 44.05 62.41 -
YUV 170.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 129 186 202 0.36 0.08 0 0.21 193.15 0.41 0.65
Hex 81 BA CA 24 8 0 15 C1 29 41
Octal 201 272 312 44 10 0 25 301 51 101
Binary 10000001 10111010 11001010 100100 1000 0 10101 11000001 101001 1000001

Color Harmonies of #81BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BACA

Black with #81BACA

Text Example


Text Example

White with #81BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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