Html Css Color HEX #81B0CB Seagull

📋 copy color: '#81B0CB'

red 129 ◦ green 176 ◦ blue 203

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

Shades of Seagull #81B0CB

Tints of Seagull #81B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.65%

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

R = 25.39%
G = 34.65%
B = 39.96%

CMYK

 C value IS 0.36

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#81B0CB (or 0x81B0CB) is known color: Seagull. HEX triplet: 81, B0 and CB. RGB value is (129,176,203). Sum of RGB (Red+Green+Blue) = 129+176+203=508 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.39% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #81B0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B0CB is #7E4F34. Grayscale: #A4A4A4. Windows color (decimal): -8277813 or 13348993. OLE color: 13348993.

HSL color Cylindrical-coordinate representation of color #81B0CB: hue angle of 201.89º 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 #81B0CB is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 176 203 -
CMYK 0.36 0.13 0 0.20
HSL 201.89º 0.42% 0.65% -
HSV(B) 201.89º 0.36% 0.8% -
XYZ 35.36 40.03 62.36 -
YUV 165.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 129 176 203 0.36 0.13 0 0.20 201.89 0.42 0.65
Hex 81 B0 CB 24 D 0 14 CA 2A 41
Octal 201 260 313 44 15 0 24 312 52 101
Binary 10000001 10110000 11001011 100100 1101 0 10100 11001010 101010 1000001

Color Harmonies of #81B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B0CB

Black with #81B0CB

Text Example


Text Example

White with #81B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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