Html Css Color HEX #81BACB Seagull

📋 copy color: '#81BACB'

red 129 ◦ green 186 ◦ blue 203

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

Shades of Seagull #81BACB

Tints of Seagull #81BACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.19%

R = 24.9%
G = 35.91%
B = 39.19%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#81BACB (or 0x81BACB) is known color: Seagull. HEX triplet: 81, BA and CB. RGB value is (129,186,203). Sum of RGB (Red+Green+Blue) = 129+186+203=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #81BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BACB is #7E4534. Grayscale: #AAAAAA. Windows color (decimal): -8275253 or 13351553. OLE color: 13351553.

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

Color convert

RGB 129 186 203 -
CMYK 0.36 0.08 0 0.20
HSL 193.78º 0.42% 0.65% -
HSV(B) 193.78º 0.36% 0.8% -
XYZ 37.39 44.1 63.04 -
YUV 170.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 129 186 203 0.36 0.08 0 0.20 193.78 0.42 0.65
Hex 81 BA CB 24 8 0 14 C2 2A 41
Octal 201 272 313 44 10 0 24 302 52 101
Binary 10000001 10111010 11001011 100100 1000 0 10100 11000010 101010 1000001

Color Harmonies of #81BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BACB

Black with #81BACB

Text Example


Text Example

White with #81BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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