#7FCFDA

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

Shades of Spray #7FCFDA

Tints of Spray #7FCFDA

Color information

#7FCFDA (or 0x7FCFDA) is unknown color: approx Spray. HEX triplet: 7F, CF and DA. RGB value is (127,207,218). Sum of RGB (Red+Green+Blue) = 127+207+218=552 (73% of max value = 765). Red value is 127 (50% from 255 or 23.01% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FCFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFDA is #803025. Grayscale: #B8B8B8. Windows color (decimal): -8400934 or 14339967. OLE color: 14339967.

HSL color Cylindrical-coordinate representation of color #7FCFDA: hue angle of 187.25º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FCFDA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127207218-
CMYK0.420.0500.15
HSL187.25º55.15%67.65%-
HSV(B)187.25º41.74%85.49%-
XYZ43.7254.274.49-
YUV184.3314787.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.01%
GREEN value IS 207 (81.25% from 255) = 37.5%
BLUE value IS 218 (85.55% from 255) = 39.49%
R=23.01%
G=37.5%
B=39.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272072180.420.0500.15187.2555.1567.65
Hex7FCFDA2A50Fbb3744
Octal17731733252501727367104
Binary1111111110011111101101010101010101111101110111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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