Html Css Color HEX #81BBCA Seagull

📋 copy color: '#81BBCA'

red 129 ◦ green 187 ◦ blue 202

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

Shades of Seagull #81BBCA

Tints of Seagull #81BBCA

RGB

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

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

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

R = 24.9%
G = 36.1%
B = 39%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#81BBCA (or 0x81BBCA) is known color: Seagull. HEX triplet: 81, BB and CA. RGB value is (129,187,202). Sum of RGB (Red+Green+Blue) = 129+187+202=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #81BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BBCA is #7E4435. Grayscale: #ABABAB. Windows color (decimal): -8274998 or 13286273. OLE color: 13286273.

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

Color convert

RGB 129 187 202 -
CMYK 0.36 0.07 0 0.21
HSL 192.33º 0.41% 0.65% -
HSV(B) 192.33º 0.36% 0.79% -
XYZ 37.48 44.47 62.49 -
YUV 171.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 129 187 202 0.36 0.07 0 0.21 192.33 0.41 0.65
Hex 81 BB CA 24 7 0 15 C0 29 41
Octal 201 273 312 44 7 0 25 300 51 101
Binary 10000001 10111011 11001010 100100 111 0 10101 11000000 101001 1000001

Color Harmonies of #81BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BBCA

Black with #81BBCA

Text Example


Text Example

White with #81BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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