Html Css Color HEX #81BFDC Seagull

📋 copy color: '#81BFDC'

red 129 ◦ green 191 ◦ blue 220

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

Shades of Seagull #81BFDC

Tints of Seagull #81BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 23.89%
G = 35.37%
B = 40.74%

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

#81BFDC (or 0x81BFDC) is known color: Seagull. HEX triplet: 81, BF and DC. RGB value is (129,191,220). Sum of RGB (Red+Green+Blue) = 129+191+220=540 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.89% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #81BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BFDC is #7E4023. Grayscale: #AFAFAF. Windows color (decimal): -8273956 or 14466945. OLE color: 14466945.

HSL color Cylindrical-coordinate representation of color #81BFDC: hue angle of 199.12º degrees, saturation: 0.57, 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 #81BFDC is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 191 220 -
CMYK 0.41 0.13 0 0.14
HSL 199.12º 0.57% 0.68% -
HSV(B) 199.12º 0.41% 0.86% -
XYZ 40.6 47.1 74.66 -
YUV 175.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 129 191 220 0.41 0.13 0 0.14 199.12 0.57 0.68
Hex 81 BF DC 29 D 0 E C7 39 44
Octal 201 277 334 51 15 0 16 307 71 104
Binary 10000001 10111111 11011100 101001 1101 0 1110 11000111 111001 1000100

Color Harmonies of #81BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFDC

Black with #81BFDC

Text Example


Text Example

White with #81BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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