Html Css Color HEX #81BFDD Seagull

📋 copy color: '#81BFDD'

red 129 ◦ green 191 ◦ blue 221

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

Shades of Seagull #81BFDD

Tints of Seagull #81BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 23.84%
G = 35.3%
B = 40.85%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81BFDD (or 0x81BFDD) is known color: Seagull. HEX triplet: 81, BF and DD. RGB value is (129,191,221). Sum of RGB (Red+Green+Blue) = 129+191+221=541 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.84% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BFDD is #7E4022. Grayscale: #AFAFAF. Windows color (decimal): -8273955 or 14532481. OLE color: 14532481.

HSL color Cylindrical-coordinate representation of color #81BFDD: hue angle of 199.57º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BFDD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 191 221 -
CMYK 0.42 0.14 0 0.13
HSL 199.57º 0.58% 0.69% -
HSV(B) 199.57º 0.42% 0.87% -
XYZ 40.74 47.15 75.36 -
YUV 175.88 153.46 94.56 -
System Red Green Blue C M Y K H S L
Decimal 129 191 221 0.42 0.14 0 0.13 199.57 0.58 0.69
Hex 81 BF DD 2A E 0 D C8 3A 45
Octal 201 277 335 52 16 0 15 310 72 105
Binary 10000001 10111111 11011101 101010 1110 0 1101 11001000 111010 1000101

Color Harmonies of #81BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFDD

Black with #81BFDD

Text Example


Text Example

White with #81BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,191,221); }

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

background-color css

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

 a { background-color: rgb(129,191,221); }

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

border-color css

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

 span { border-color: rgb(129,191,221); }

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