Html Css Color HEX #81B7CE Seagull

📋 copy color: '#81B7CE'

red 129 ◦ green 183 ◦ blue 206

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

Shades of Seagull #81B7CE

Tints of Seagull #81B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.33%

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

R = 24.9%
G = 35.33%
B = 39.77%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#81B7CE (or 0x81B7CE) is known color: Seagull. HEX triplet: 81, B7 and CE. RGB value is (129,183,206). Sum of RGB (Red+Green+Blue) = 129+183+206=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #81B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B7CE is #7E4831. Grayscale: #A9A9A9. Windows color (decimal): -8276018 or 13547393. OLE color: 13547393.

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

Color convert

RGB 129 183 206 -
CMYK 0.37 0.11 0 0.19
HSL 197.92º 0.44% 0.66% -
HSV(B) 197.92º 0.37% 0.81% -
XYZ 37.13 42.99 64.73 -
YUV 169.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 129 183 206 0.37 0.11 0 0.19 197.92 0.44 0.66
Hex 81 B7 CE 25 B 0 13 C6 2C 42
Octal 201 267 316 45 13 0 23 306 54 102
Binary 10000001 10110111 11001110 100101 1011 0 10011 11000110 101100 1000010

Color Harmonies of #81B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B7CE

Black with #81B7CE

Text Example


Text Example

White with #81B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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