Html Css Color HEX #81AECA Seagull

📋 copy color: '#81AECA'

red 129 ◦ green 174 ◦ blue 202

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

Shades of Seagull #81AECA

Tints of Seagull #81AECA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.46%

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

R = 25.54%
G = 34.46%
B = 40%

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

#81AECA (or 0x81AECA) is known color: Seagull. HEX triplet: 81, AE and CA. RGB value is (129,174,202). Sum of RGB (Red+Green+Blue) = 129+174+202=505 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.54% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #81AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AECA is #7E5135. Grayscale: #A3A3A3. Windows color (decimal): -8278326 or 13282945. OLE color: 13282945.

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

Color convert

RGB 129 174 202 -
CMYK 0.36 0.14 0 0.21
HSL 203.01º 0.41% 0.65% -
HSV(B) 203.01º 0.36% 0.79% -
XYZ 34.85 39.2 61.61 -
YUV 163.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 129 174 202 0.36 0.14 0 0.21 203.01 0.41 0.65
Hex 81 AE CA 24 E 0 15 CB 29 41
Octal 201 256 312 44 16 0 25 313 51 101
Binary 10000001 10101110 11001010 100100 1110 0 10101 11001011 101001 1000001

Color Harmonies of #81AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AECA

Black with #81AECA

Text Example


Text Example

White with #81AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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