Html Css Color HEX #80CFDB Spray

📋 copy color: '#80CFDB'

red 128 ◦ green 207 ◦ blue 219

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

Shades of Spray #80CFDB

Tints of Spray #80CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.36%

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

R = 23.1%
G = 37.36%
B = 39.53%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80CFDB (or 0x80CFDB) is known color: Spray. HEX triplet: 80, CF and DB. RGB value is (128,207,219). Sum of RGB (Red+Green+Blue) = 128+207+219=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #80CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFDB is #7F3024. Grayscale: #B8B8B8. Windows color (decimal): -8335397 or 14405504. OLE color: 14405504.

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

Color convert

RGB 128 207 219 -
CMYK 0.42 0.05 0 0.14
HSL 187.91º 0.56% 0.68% -
HSV(B) 187.91º 0.42% 0.86% -
XYZ 44 54.33 75.19 -
YUV 184.75 147.33 87.52 -
System Red Green Blue C M Y K H S L
Decimal 128 207 219 0.42 0.05 0 0.14 187.91 0.56 0.68
Hex 80 CF DB 2A 5 0 E BC 38 44
Octal 200 317 333 52 5 0 16 274 70 104
Binary 10000000 11001111 11011011 101010 101 0 1110 10111100 111000 1000100

Color Harmonies of #80CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CFDB

Black with #80CFDB

Text Example


Text Example

White with #80CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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