Html Css Color HEX #80BDDF Seagull

📋 copy color: '#80BDDF'

red 128 ◦ green 189 ◦ blue 223

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

Shades of Seagull #80BDDF

Tints of Seagull #80BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35%

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 23.7%
G = 35%
B = 41.3%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80BDDF (or 0x80BDDF) is known color: Seagull. HEX triplet: 80, BD and DF. RGB value is (128,189,223). Sum of RGB (Red+Green+Blue) = 128+189+223=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #80BDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDDF is #7F4220. Grayscale: #AEAEAE. Windows color (decimal): -8340001 or 14663040. OLE color: 14663040.

HSL color Cylindrical-coordinate representation of color #80BDDF: hue angle of 201.47º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80BDDF is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 189 223 -
CMYK 0.43 0.15 0 0.13
HSL 201.47º 0.6% 0.69% -
HSV(B) 201.47º 0.43% 0.87% -
XYZ 40.42 46.31 76.62 -
YUV 174.64 155.29 94.74 -
System Red Green Blue C M Y K H S L
Decimal 128 189 223 0.43 0.15 0 0.13 201.47 0.6 0.69
Hex 80 BD DF 2B F 0 D C9 3C 45
Octal 200 275 337 53 17 0 15 311 74 105
Binary 10000000 10111101 11011111 101011 1111 0 1101 11001001 111100 1000101

Color Harmonies of #80BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDDF

Black with #80BDDF

Text Example


Text Example

White with #80BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,223); }

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

background-color css

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

 a { background-color: rgb(128,189,223); }

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

border-color css

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

 span { border-color: rgb(128,189,223); }

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