Html Css Color HEX #80CFDF Spray

📋 copy color: '#80CFDF'

red 128 ◦ green 207 ◦ blue 223

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

Shades of Spray #80CFDF

Tints of Spray #80CFDF

RGB

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

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

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

R = 22.94%
G = 37.1%
B = 39.96%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80CFDF (or 0x80CFDF) is known color: Spray. HEX triplet: 80, CF and DF. RGB value is (128,207,223). Sum of RGB (Red+Green+Blue) = 128+207+223=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #80CFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFDF is #7F3020. Grayscale: #B9B9B9. Windows color (decimal): -8335393 or 14667648. OLE color: 14667648.

HSL color Cylindrical-coordinate representation of color #80CFDF: hue angle of 190.11º 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 #80CFDF is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 207 223 -
CMYK 0.43 0.07 0 0.13
HSL 190.11º 0.6% 0.69% -
HSV(B) 190.11º 0.43% 0.87% -
XYZ 44.53 54.54 77.99 -
YUV 185.2 149.33 87.2 -
System Red Green Blue C M Y K H S L
Decimal 128 207 223 0.43 0.07 0 0.13 190.11 0.6 0.69
Hex 80 CF DF 2B 7 0 D BE 3C 45
Octal 200 317 337 53 7 0 15 276 74 105
Binary 10000000 11001111 11011111 101011 111 0 1101 10111110 111100 1000101

Color Harmonies of #80CFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CFDF

Black with #80CFDF

Text Example


Text Example

White with #80CFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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