Html Css Color HEX #81AFCB Seagull

📋 copy color: '#81AFCB'

red 129 ◦ green 175 ◦ blue 203

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

Shades of Seagull #81AFCB

Tints of Seagull #81AFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

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

R = 25.44%
G = 34.52%
B = 40.04%

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

#81AFCB (or 0x81AFCB) is known color: Seagull. HEX triplet: 81, AF and CB. RGB value is (129,175,203). Sum of RGB (Red+Green+Blue) = 129+175+203=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #81AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFCB is #7E5034. Grayscale: #A4A4A4. Windows color (decimal): -8278069 or 13348737. OLE color: 13348737.

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

Color convert

RGB 129 175 203 -
CMYK 0.36 0.14 0 0.20
HSL 202.7º 0.42% 0.65% -
HSV(B) 202.7º 0.36% 0.8% -
XYZ 35.16 39.64 62.3 -
YUV 164.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 129 175 203 0.36 0.14 0 0.20 202.7 0.42 0.65
Hex 81 AF CB 24 E 0 14 CB 2A 41
Octal 201 257 313 44 16 0 24 313 52 101
Binary 10000001 10101111 11001011 100100 1110 0 10100 11001011 101010 1000001

Color Harmonies of #81AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFCB

Black with #81AFCB

Text Example


Text Example

White with #81AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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