Html Css Color HEX #81BCD8 Seagull

📋 copy color: '#81BCD8'

red 129 ◦ green 188 ◦ blue 216

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

Shades of Seagull #81BCD8

Tints of Seagull #81BCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.53%

R = 24.2%
G = 35.27%
B = 40.53%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#81BCD8 (or 0x81BCD8) is known color: Seagull. HEX triplet: 81, BC and D8. RGB value is (129,188,216). Sum of RGB (Red+Green+Blue) = 129+188+216=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 216 - color contains mainly: blue. Hex color #81BCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCD8 is #7E4327. Grayscale: #ADADAD. Windows color (decimal): -8274728 or 14204033. OLE color: 14204033.

HSL color Cylindrical-coordinate representation of color #81BCD8: hue angle of 199.31º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81BCD8 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 188 216 -
CMYK 0.40 0.13 0 0.15
HSL 199.31º 0.53% 0.68% -
HSV(B) 199.31º 0.4% 0.85% -
XYZ 39.43 45.59 71.69 -
YUV 173.55 151.95 96.22 -
System Red Green Blue C M Y K H S L
Decimal 129 188 216 0.40 0.13 0 0.15 199.31 0.53 0.68
Hex 81 BC D8 28 D 0 F C7 35 44
Octal 201 274 330 50 15 0 17 307 65 104
Binary 10000001 10111100 11011000 101000 1101 0 1111 11000111 110101 1000100

Color Harmonies of #81BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCD8

Black with #81BCD8

Text Example


Text Example

White with #81BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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