Html Css Color HEX #81BADA Seagull

📋 copy color: '#81BADA'

red 129 ◦ green 186 ◦ blue 218

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

Shades of Seagull #81BADA

Tints of Seagull #81BADA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.9%

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 24.2%
G = 34.9%
B = 40.9%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#81BADA (or 0x81BADA) is known color: Seagull. HEX triplet: 81, BA and DA. RGB value is (129,186,218). Sum of RGB (Red+Green+Blue) = 129+186+218=533 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.20% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #81BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BADA is #7E4525. Grayscale: #ACACAC. Windows color (decimal): -8275238 or 14334593. OLE color: 14334593.

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

Color convert

RGB 129 186 218 -
CMYK 0.41 0.15 0 0.15
HSL 201.57º 0.55% 0.68% -
HSV(B) 201.57º 0.41% 0.85% -
XYZ 39.27 44.85 72.92 -
YUV 172.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 129 186 218 0.41 0.15 0 0.15 201.57 0.55 0.68
Hex 81 BA DA 29 F 0 F CA 37 44
Octal 201 272 332 51 17 0 17 312 67 104
Binary 10000001 10111010 11011010 101001 1111 0 1111 11001010 110111 1000100

Color Harmonies of #81BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BADA

Black with #81BADA

Text Example


Text Example

White with #81BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,186,218); }

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

background-color css

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

 a { background-color: rgb(129,186,218); }

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

border-color css

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

 span { border-color: rgb(129,186,218); }

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