Html Css Color HEX #80CDDB Spray

📋 copy color: '#80CDDB'

red 128 ◦ green 205 ◦ blue 219

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

Shades of Spray #80CDDB

Tints of Spray #80CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.14%

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 23.19%
G = 37.14%
B = 39.67%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80CDDB (or 0x80CDDB) is known color: Spray. HEX triplet: 80, CD and DB. RGB value is (128,205,219). Sum of RGB (Red+Green+Blue) = 128+205+219=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #80CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CDDB is #7F3224. Grayscale: #B7B7B7. Windows color (decimal): -8335909 or 14404992. OLE color: 14404992.

HSL color Cylindrical-coordinate representation of color #80CDDB: hue angle of 189.23º degrees, saturation: 0.56, 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 #80CDDB is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 205 219 -
CMYK 0.42 0.06 0 0.14
HSL 189.23º 0.56% 0.68% -
HSV(B) 189.23º 0.42% 0.86% -
XYZ 43.52 53.37 75.02 -
YUV 183.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 128 205 219 0.42 0.06 0 0.14 189.23 0.56 0.68
Hex 80 CD DB 2A 6 0 E BD 38 44
Octal 200 315 333 52 6 0 16 275 70 104
Binary 10000000 11001101 11011011 101010 110 0 1110 10111101 111000 1000100

Color Harmonies of #80CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CDDB

Black with #80CDDB

Text Example


Text Example

White with #80CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,205,219); }

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

background-color css

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

 a { background-color: rgb(128,205,219); }

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

border-color css

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

 span { border-color: rgb(128,205,219); }

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