Html Css Color HEX #81BCDC Seagull

📋 copy color: '#81BCDC'

red 129 ◦ green 188 ◦ blue 220

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

Shades of Seagull #81BCDC

Tints of Seagull #81BCDC

RGB

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

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

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

R = 24.02%
G = 35.01%
B = 40.97%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#81BCDC (or 0x81BCDC) is known color: Seagull. HEX triplet: 81, BC and DC. RGB value is (129,188,220). Sum of RGB (Red+Green+Blue) = 129+188+220=537 (71% of max value = 765). Red value is 129 (50.78% from 255 or 24.02% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #81BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCDC is #7E4323. Grayscale: #ADADAD. Windows color (decimal): -8274724 or 14466177. OLE color: 14466177.

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

Color convert

RGB 129 188 220 -
CMYK 0.41 0.15 0 0.14
HSL 201.1º 0.57% 0.68% -
HSV(B) 201.1º 0.41% 0.86% -
XYZ 39.95 45.8 74.44 -
YUV 174.01 153.95 95.9 -
System Red Green Blue C M Y K H S L
Decimal 129 188 220 0.41 0.15 0 0.14 201.1 0.57 0.68
Hex 81 BC DC 29 F 0 E C9 39 44
Octal 201 274 334 51 17 0 16 311 71 104
Binary 10000001 10111100 11011100 101001 1111 0 1110 11001001 111001 1000100

Color Harmonies of #81BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCDC

Black with #81BCDC

Text Example


Text Example

White with #81BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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