Html Css Color HEX #81BCDD Seagull

📋 copy color: '#81BCDD'

red 129 ◦ green 188 ◦ blue 221

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

Shades of Seagull #81BCDD

Tints of Seagull #81BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

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

R = 23.98%
G = 34.94%
B = 41.08%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81BCDD (or 0x81BCDD) is known color: Seagull. HEX triplet: 81, BC and DD. RGB value is (129,188,221). Sum of RGB (Red+Green+Blue) = 129+188+221=538 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.98% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCDD is #7E4322. Grayscale: #ADADAD. Windows color (decimal): -8274723 or 14531713. OLE color: 14531713.

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

Color convert

RGB 129 188 221 -
CMYK 0.42 0.15 0 0.13
HSL 201.52º 0.58% 0.69% -
HSV(B) 201.52º 0.42% 0.87% -
XYZ 40.09 45.85 75.14 -
YUV 174.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 129 188 221 0.42 0.15 0 0.13 201.52 0.58 0.69
Hex 81 BC DD 2A F 0 D CA 3A 45
Octal 201 274 335 52 17 0 15 312 72 105
Binary 10000001 10111100 11011101 101010 1111 0 1101 11001010 111010 1000101

Color Harmonies of #81BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCDD

Black with #81BCDD

Text Example


Text Example

White with #81BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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