#7FCFDB

Color #7FCFDB Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7FCFDB

Tints of Spray #7FCFDB

Color information

#7FCFDB (or 0x7FCFDB) is unknown color: approx Spray. HEX triplet: 7F, CF and DB. RGB value is (127,207,219). Sum of RGB (Red+Green+Blue) = 127+207+219=553 (73% of max value = 765). Red value is 127 (50% from 255 or 22.97% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFDB is #803024. Grayscale: #B8B8B8. Windows color (decimal): -8400933 or 14405503. OLE color: 14405503.

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

Color convert

RGB127207219-
CMYK0.420.0500.14
HSL187.83º56.1%67.84%-
HSV(B)187.83º42.01%85.88%-
XYZ43.8554.2575.18-
YUV184.45147.587.02-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.97%
GREEN value IS 207 (81.25% from 255) = 37.43%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=22.97%
G=37.43%
B=39.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272072190.420.0500.14187.8356.167.84
Hex7FCFDB2A50Ebc3844
Octal17731733352501627470104
Binary1111111110011111101101110101010101110101111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FCFDB; }

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

 H1.HeaderClassName
 {
   color: #7FCFDB;
 }
 .AnyTagClassName
 {
   color: #7FCFDB;
 }
</style>
background-color css

<style>
 a { background-color: #7FCFDB; }

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

 div.DivClassName
 {
   background-color: #7FCFDB;
 }
 .BgClassName
 {
   background-color: #7FCFDB;
 }
</style>
border-color css

<style>
 span { border-color: #7FCFDB; }

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

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