Html Css Color HEX #81ADC9 Seagull

📋 copy color: '#81ADC9'

red 129 ◦ green 173 ◦ blue 201

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

Shades of Seagull #81ADC9

Tints of Seagull #81ADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.39%

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 25.65%
G = 34.39%
B = 39.96%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#81ADC9 (or 0x81ADC9) is known color: Seagull. HEX triplet: 81, AD and C9. RGB value is (129,173,201). Sum of RGB (Red+Green+Blue) = 129+173+201=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 201 - color contains mainly: blue. Hex color #81ADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADC9 is #7E5236. Grayscale: #A2A2A2. Windows color (decimal): -8278583 or 13217153. OLE color: 13217153.

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

Color convert

RGB 129 173 201 -
CMYK 0.36 0.14 0 0.21
HSL 203.33º 0.4% 0.65% -
HSV(B) 203.33º 0.36% 0.79% -
XYZ 34.54 38.77 60.92 -
YUV 163.04 149.42 103.72 -
System Red Green Blue C M Y K H S L
Decimal 129 173 201 0.36 0.14 0 0.21 203.33 0.4 0.65
Hex 81 AD C9 24 E 0 15 CB 28 41
Octal 201 255 311 44 16 0 25 313 50 101
Binary 10000001 10101101 11001001 100100 1110 0 10101 11001011 101000 1000001

Color Harmonies of #81ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADC9

Black with #81ADC9

Text Example


Text Example

White with #81ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,173,201); }

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

background-color css

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

 a { background-color: rgb(129,173,201); }

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

border-color css

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

 span { border-color: rgb(129,173,201); }

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