Html Css Color HEX #80BBDC Seagull

📋 copy color: '#80BBDC'

red 128 ◦ green 187 ◦ blue 220

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

Shades of Seagull #80BBDC

Tints of Seagull #80BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.95%

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 23.93%
G = 34.95%
B = 41.12%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80BBDC (or 0x80BBDC) is known color: Seagull. HEX triplet: 80, BB and DC. RGB value is (128,187,220). Sum of RGB (Red+Green+Blue) = 128+187+220=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #80BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBDC is #7F4423. Grayscale: #ACACAC. Windows color (decimal): -8340516 or 14465920. OLE color: 14465920.

HSL color Cylindrical-coordinate representation of color #80BBDC: hue angle of 201.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BBDC is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 187 220 -
CMYK 0.42 0.15 0 0.14
HSL 201.52º 0.57% 0.68% -
HSV(B) 201.52º 0.42% 0.86% -
XYZ 39.59 45.3 74.37 -
YUV 173.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 128 187 220 0.42 0.15 0 0.14 201.52 0.57 0.68
Hex 80 BB DC 2A F 0 E CA 39 44
Octal 200 273 334 52 17 0 16 312 71 104
Binary 10000000 10111011 11011100 101010 1111 0 1110 11001010 111001 1000100

Color Harmonies of #80BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BBDC

Black with #80BBDC

Text Example


Text Example

White with #80BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,220); }

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

background-color css

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

 a { background-color: rgb(128,187,220); }

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

border-color css

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

 span { border-color: rgb(128,187,220); }

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