Html Css Color HEX #81AECB Seagull

📋 copy color: '#81AECB'

red 129 ◦ green 174 ◦ blue 203

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

Shades of Seagull #81AECB

Tints of Seagull #81AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 25.49%
G = 34.39%
B = 40.12%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#81AECB (or 0x81AECB) is known color: Seagull. HEX triplet: 81, AE and CB. RGB value is (129,174,203). Sum of RGB (Red+Green+Blue) = 129+174+203=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #81AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AECB is #7E5134. Grayscale: #A3A3A3. Windows color (decimal): -8278325 or 13348481. OLE color: 13348481.

HSL color Cylindrical-coordinate representation of color #81AECB: hue angle of 203.51º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81AECB is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 174 203 -
CMYK 0.36 0.14 0 0.20
HSL 203.51º 0.42% 0.65% -
HSV(B) 203.51º 0.36% 0.8% -
XYZ 34.97 39.25 62.23 -
YUV 163.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 129 174 203 0.36 0.14 0 0.20 203.51 0.42 0.65
Hex 81 AE CB 24 E 0 14 CC 2A 41
Octal 201 256 313 44 16 0 24 314 52 101
Binary 10000001 10101110 11001011 100100 1110 0 10100 11001100 101010 1000001

Color Harmonies of #81AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AECB

Black with #81AECB

Text Example


Text Example

White with #81AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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