Html Css Color HEX #81BECC Seagull

📋 copy color: '#81BECC'

red 129 ◦ green 190 ◦ blue 204

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

Shades of Seagull #81BECC

Tints of Seagull #81BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.33%

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 24.67%
G = 36.33%
B = 39.01%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#81BECC (or 0x81BECC) is known color: Seagull. HEX triplet: 81, BE and CC. RGB value is (129,190,204). Sum of RGB (Red+Green+Blue) = 129+190+204=523 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.67% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #81BECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BECC is #7E4133. Grayscale: #ADADAD. Windows color (decimal): -8274228 or 13418113. OLE color: 13418113.

HSL color Cylindrical-coordinate representation of color #81BECC: hue angle of 191.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81BECC is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 190 204 -
CMYK 0.37 0.07 0 0.2
HSL 191.2º 0.42% 0.65% -
HSV(B) 191.2º 0.37% 0.8% -
XYZ 38.37 45.85 63.96 -
YUV 173.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 129 190 204 0.37 0.07 0 0.2 191.2 0.42 0.65
Hex 81 BE CC 25 7 0 14 BF 2A 41
Octal 201 276 314 45 7 0 24 277 52 101
Binary 10000001 10111110 11001100 100101 111 0 10100 10111111 101010 1000001

Color Harmonies of #81BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BECC

Black with #81BECC

Text Example


Text Example

White with #81BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,190,204); }

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

background-color css

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

 a { background-color: rgb(129,190,204); }

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

border-color css

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

 span { border-color: rgb(129,190,204); }

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