Html Css Color HEX #81AFC8 Seagull

📋 copy color: '#81AFC8'

red 129 ◦ green 175 ◦ blue 200

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

Shades of Seagull #81AFC8

Tints of Seagull #81AFC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.68%

R = 25.6%
G = 34.72%
B = 39.68%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#81AFC8 (or 0x81AFC8) is known color: Seagull. HEX triplet: 81, AF and C8. RGB value is (129,175,200). Sum of RGB (Red+Green+Blue) = 129+175+200=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 200 (78.52% from 255 or 39.68% from 504); Max value from RGB is 200 - color contains mainly: blue. Hex color #81AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFC8 is #7E5037. Grayscale: #A3A3A3. Windows color (decimal): -8278072 or 13152129. OLE color: 13152129.

HSL color Cylindrical-coordinate representation of color #81AFC8: hue angle of 201.13º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81AFC8 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 175 200 -
CMYK 0.36 0.12 0 0.22
HSL 201.13º 0.39% 0.65% -
HSV(B) 201.13º 0.36% 0.78% -
XYZ 34.81 39.5 60.43 -
YUV 164.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 129 175 200 0.36 0.12 0 0.22 201.13 0.39 0.65
Hex 81 AF C8 24 C 0 16 C9 27 41
Octal 201 257 310 44 14 0 26 311 47 101
Binary 10000001 10101111 11001000 100100 1100 0 10110 11001001 100111 1000001

Color Harmonies of #81AFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AFC8

Black with #81AFC8

Text Example


Text Example

White with #81AFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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