Html Css Color HEX #80BADA Seagull

📋 copy color: '#80BADA'

red 128 ◦ green 186 ◦ blue 218

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

Shades of Seagull #80BADA

Tints of Seagull #80BADA

RGB

 RED value IS 128 (50.39% from 255) = 24.06%

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

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

R = 24.06%
G = 34.96%
B = 40.98%

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

#80BADA (or 0x80BADA) is known color: Seagull. HEX triplet: 80, BA and DA. RGB value is (128,186,218). Sum of RGB (Red+Green+Blue) = 128+186+218=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #80BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BADA is #7F4525. Grayscale: #ACACAC. Windows color (decimal): -8340774 or 14334592. OLE color: 14334592.

HSL color Cylindrical-coordinate representation of color #80BADA: hue angle of 201.33º 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 #80BADA is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 186 218 -
CMYK 0.41 0.15 0 0.15
HSL 201.33º 0.55% 0.68% -
HSV(B) 201.33º 0.41% 0.85% -
XYZ 39.12 44.77 72.91 -
YUV 172.31 153.78 96.4 -
System Red Green Blue C M Y K H S L
Decimal 128 186 218 0.41 0.15 0 0.15 201.33 0.55 0.68
Hex 80 BA DA 29 F 0 F C9 37 44
Octal 200 272 332 51 17 0 17 311 67 104
Binary 10000000 10111010 11011010 101001 1111 0 1111 11001001 110111 1000100

Color Harmonies of #80BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BADA

Black with #80BADA

Text Example


Text Example

White with #80BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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