Html Css Color HEX #81BDDD Seagull

📋 copy color: '#81BDDD'

red 129 ◦ green 189 ◦ blue 221

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

Shades of Seagull #81BDDD

Tints of Seagull #81BDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

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

R = 23.93%
G = 35.06%
B = 41%

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

#81BDDD (or 0x81BDDD) is known color: Seagull. HEX triplet: 81, BD and DD. RGB value is (129,189,221). Sum of RGB (Red+Green+Blue) = 129+189+221=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDDD is #7E4222. Grayscale: #AEAEAE. Windows color (decimal): -8274467 or 14531969. OLE color: 14531969.

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

Color convert

RGB 129 189 221 -
CMYK 0.42 0.14 0 0.13
HSL 200.87º 0.58% 0.69% -
HSV(B) 200.87º 0.42% 0.87% -
XYZ 40.3 46.28 75.22 -
YUV 174.71 154.12 95.4 -
System Red Green Blue C M Y K H S L
Decimal 129 189 221 0.42 0.14 0 0.13 200.87 0.58 0.69
Hex 81 BD DD 2A E 0 D C9 3A 45
Octal 201 275 335 52 16 0 15 311 72 105
Binary 10000001 10111101 11011101 101010 1110 0 1101 11001001 111010 1000101

Color Harmonies of #81BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BDDD

Black with #81BDDD

Text Example


Text Example

White with #81BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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