Html Css Color HEX #81BADD Seagull

📋 copy color: '#81BADD'

red 129 ◦ green 186 ◦ blue 221

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

Shades of Seagull #81BADD

Tints of Seagull #81BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.7%

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 24.07%
G = 34.7%
B = 41.23%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81BADD (or 0x81BADD) is known color: Seagull. HEX triplet: 81, BA and DD. RGB value is (129,186,221). Sum of RGB (Red+Green+Blue) = 129+186+221=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BADD is #7E4522. Grayscale: #ACACAC. Windows color (decimal): -8275235 or 14531201. OLE color: 14531201.

HSL color Cylindrical-coordinate representation of color #81BADD: hue angle of 202.83º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BADD is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 186 221 -
CMYK 0.42 0.16 0 0.13
HSL 202.83º 0.58% 0.69% -
HSV(B) 202.83º 0.42% 0.87% -
XYZ 39.66 45.01 75 -
YUV 172.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 129 186 221 0.42 0.16 0 0.13 202.83 0.58 0.69
Hex 81 BA DD 2A 10 0 D CB 3A 45
Octal 201 272 335 52 20 0 15 313 72 105
Binary 10000001 10111010 11011101 101010 10000 0 1101 11001011 111010 1000101

Color Harmonies of #81BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BADD

Black with #81BADD

Text Example


Text Example

White with #81BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,186,221); }

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

background-color css

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

 a { background-color: rgb(129,186,221); }

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

border-color css

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

 span { border-color: rgb(129,186,221); }

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