Html Css Color HEX #81BDCE Seagull

📋 copy color: '#81BDCE'

red 129 ◦ green 189 ◦ blue 206

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

Shades of Seagull #81BDCE

Tints of Seagull #81BDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 24.62%
G = 36.07%
B = 39.31%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#81BDCE (or 0x81BDCE) is known color: Seagull. HEX triplet: 81, BD and CE. RGB value is (129,189,206). Sum of RGB (Red+Green+Blue) = 129+189+206=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #81BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDCE is #7E4231. Grayscale: #ACACAC. Windows color (decimal): -8274482 or 13548929. OLE color: 13548929.

HSL color Cylindrical-coordinate representation of color #81BDCE: hue angle of 193.25º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81BDCE is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 189 206 -
CMYK 0.37 0.08 0 0.19
HSL 193.25º 0.44% 0.66% -
HSV(B) 193.25º 0.37% 0.81% -
XYZ 38.39 45.52 65.16 -
YUV 173 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 129 189 206 0.37 0.08 0 0.19 193.25 0.44 0.66
Hex 81 BD CE 25 8 0 13 C1 2C 42
Octal 201 275 316 45 10 0 23 301 54 102
Binary 10000001 10111101 11001110 100101 1000 0 10011 11000001 101100 1000010

Color Harmonies of #81BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BDCE

Black with #81BDCE

Text Example


Text Example

White with #81BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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