Html Css Color HEX #81BBCC Seagull

📋 copy color: '#81BBCC'

red 129 ◦ green 187 ◦ blue 204

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

Shades of Seagull #81BBCC

Tints of Seagull #81BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.96%

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 24.81%
G = 35.96%
B = 39.23%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#81BBCC (or 0x81BBCC) is known color: Seagull. HEX triplet: 81, BB and CC. RGB value is (129,187,204). Sum of RGB (Red+Green+Blue) = 129+187+204=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #81BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBCC is #7E4433. Grayscale: #ABABAB. Windows color (decimal): -8274996 or 13417345. OLE color: 13417345.

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

Color convert

RGB 129 187 204 -
CMYK 0.37 0.08 0 0.2
HSL 193.6º 0.42% 0.65% -
HSV(B) 193.6º 0.37% 0.8% -
XYZ 37.72 44.57 63.74 -
YUV 171.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 129 187 204 0.37 0.08 0 0.2 193.6 0.42 0.65
Hex 81 BB CC 25 8 0 14 C2 2A 41
Octal 201 273 314 45 10 0 24 302 52 101
Binary 10000001 10111011 11001100 100101 1000 0 10100 11000010 101010 1000001

Color Harmonies of #81BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BBCC

Black with #81BBCC

Text Example


Text Example

White with #81BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,187,204); }

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

background-color css

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

 a { background-color: rgb(129,187,204); }

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

border-color css

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

 span { border-color: rgb(129,187,204); }

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