Html Css Color HEX #81B9DE Seagull

📋 copy color: '#81B9DE'

red 129 ◦ green 185 ◦ blue 222

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

Shades of Seagull #81B9DE

Tints of Seagull #81B9DE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.51%

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 24.07%
G = 34.51%
B = 41.42%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#81B9DE (or 0x81B9DE) is known color: Seagull. HEX triplet: 81, B9 and DE. RGB value is (129,185,222). Sum of RGB (Red+Green+Blue) = 129+185+222=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #81B9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B9DE is #7E4621. Grayscale: #ACACAC. Windows color (decimal): -8275490 or 14596481. OLE color: 14596481.

HSL color Cylindrical-coordinate representation of color #81B9DE: hue angle of 203.87º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81B9DE is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 185 222 -
CMYK 0.42 0.17 0 0.13
HSL 203.87º 0.58% 0.69% -
HSV(B) 203.87º 0.42% 0.87% -
XYZ 39.59 44.64 75.64 -
YUV 172.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 129 185 222 0.42 0.17 0 0.13 203.87 0.58 0.69
Hex 81 B9 DE 2A 11 0 D CC 3A 45
Octal 201 271 336 52 21 0 15 314 72 105
Binary 10000001 10111001 11011110 101010 10001 0 1101 11001100 111010 1000101

Color Harmonies of #81B9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B9DE

Black with #81B9DE

Text Example


Text Example

White with #81B9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,185,222); }

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

background-color css

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

 a { background-color: rgb(129,185,222); }

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

border-color css

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

 span { border-color: rgb(129,185,222); }

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