Html Css Color HEX #81BECE Seagull

📋 copy color: '#81BECE'

red 129 ◦ green 190 ◦ blue 206

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

Shades of Seagull #81BECE

Tints of Seagull #81BECE

RGB

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

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

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

R = 24.57%
G = 36.19%
B = 39.24%

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

#81BECE (or 0x81BECE) is known color: Seagull. HEX triplet: 81, BE and CE. RGB value is (129,190,206). Sum of RGB (Red+Green+Blue) = 129+190+206=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #81BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BECE is #7E4131. Grayscale: #ADADAD. Windows color (decimal): -8274226 or 13549185. OLE color: 13549185.

HSL color Cylindrical-coordinate representation of color #81BECE: hue angle of 192.47º 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 #81BECE is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 129 190 206 -
CMYK 0.37 0.08 0 0.19
HSL 192.47º 0.44% 0.66% -
HSV(B) 192.47º 0.37% 0.81% -
XYZ 38.61 45.95 65.23 -
YUV 173.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 129 190 206 0.37 0.08 0 0.19 192.47 0.44 0.66
Hex 81 BE CE 25 8 0 13 C0 2C 42
Octal 201 276 316 45 10 0 23 300 54 102
Binary 10000001 10111110 11001110 100101 1000 0 10011 11000000 101100 1000010

Color Harmonies of #81BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BECE

Black with #81BECE

Text Example


Text Example

White with #81BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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