Html Css Color HEX #81B0C7 Seagull

📋 copy color: '#81B0C7'

red 129 ◦ green 176 ◦ blue 199

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

Shades of Seagull #81B0C7

Tints of Seagull #81B0C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.48%

R = 25.6%
G = 34.92%
B = 39.48%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#81B0C7 (or 0x81B0C7) is known color: Seagull. HEX triplet: 81, B0 and C7. RGB value is (129,176,199). Sum of RGB (Red+Green+Blue) = 129+176+199=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #81B0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B0C7 is #7E4F38. Grayscale: #A4A4A4. Windows color (decimal): -8277817 or 13086849. OLE color: 13086849.

HSL color Cylindrical-coordinate representation of color #81B0C7: hue angle of 199.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81B0C7 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 176 199 -
CMYK 0.35 0.12 0 0.22
HSL 199.71º 0.38% 0.64% -
HSV(B) 199.71º 0.35% 0.78% -
XYZ 34.89 39.84 59.88 -
YUV 164.57 147.43 102.63 -
System Red Green Blue C M Y K H S L
Decimal 129 176 199 0.35 0.12 0 0.22 199.71 0.38 0.64
Hex 81 B0 C7 23 C 0 16 C8 26 40
Octal 201 260 307 43 14 0 26 310 46 100
Binary 10000001 10110000 11000111 100011 1100 0 10110 11001000 100110 1000000

Color Harmonies of #81B0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B0C7

Black with #81B0C7

Text Example


Text Example

White with #81B0C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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