Html Css Color HEX #81BFDB Seagull

📋 copy color: '#81BFDB'

red 129 ◦ green 191 ◦ blue 219

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

Shades of Seagull #81BFDB

Tints of Seagull #81BFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 23.93%
G = 35.44%
B = 40.63%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#81BFDB (or 0x81BFDB) is known color: Seagull. HEX triplet: 81, BF and DB. RGB value is (129,191,219). Sum of RGB (Red+Green+Blue) = 129+191+219=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #81BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BFDB is #7E4024. Grayscale: #AFAFAF. Windows color (decimal): -8273957 or 14401409. OLE color: 14401409.

HSL color Cylindrical-coordinate representation of color #81BFDB: hue angle of 198.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BFDB is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 191 219 -
CMYK 0.41 0.13 0 0.14
HSL 198.67º 0.56% 0.68% -
HSV(B) 198.67º 0.41% 0.86% -
XYZ 40.47 47.04 73.97 -
YUV 175.65 152.46 94.72 -
System Red Green Blue C M Y K H S L
Decimal 129 191 219 0.41 0.13 0 0.14 198.67 0.56 0.68
Hex 81 BF DB 29 D 0 E C7 38 44
Octal 201 277 333 51 15 0 16 307 70 104
Binary 10000001 10111111 11011011 101001 1101 0 1110 11000111 111000 1000100

Color Harmonies of #81BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFDB

Black with #81BFDB

Text Example


Text Example

White with #81BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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