Html Css Color HEX #81BDCA Seagull

📋 copy color: '#81BDCA'

red 129 ◦ green 189 ◦ blue 202

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

Shades of Seagull #81BDCA

Tints of Seagull #81BDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.35%

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

R = 24.81%
G = 36.35%
B = 38.85%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#81BDCA (or 0x81BDCA) is known color: Seagull. HEX triplet: 81, BD and CA. RGB value is (129,189,202). Sum of RGB (Red+Green+Blue) = 129+189+202=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #81BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDCA is #7E4235. Grayscale: #ACACAC. Windows color (decimal): -8274486 or 13286785. OLE color: 13286785.

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

Color convert

RGB 129 189 202 -
CMYK 0.36 0.06 0 0.21
HSL 190.68º 0.41% 0.65% -
HSV(B) 190.68º 0.36% 0.79% -
XYZ 37.91 45.33 62.63 -
YUV 172.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 129 189 202 0.36 0.06 0 0.21 190.68 0.41 0.65
Hex 81 BD CA 24 6 0 15 BF 29 41
Octal 201 275 312 44 6 0 25 277 51 101
Binary 10000001 10111101 11001010 100100 110 0 10101 10111111 101001 1000001

Color Harmonies of #81BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BDCA

Black with #81BDCA

Text Example


Text Example

White with #81BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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