#7FCAD4

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

Shades of Spray #7FCAD4

Tints of Spray #7FCAD4

Color information

#7FCAD4 (or 0x7FCAD4) is unknown color: approx Spray. HEX triplet: 7F, CA and D4. RGB value is (127,202,212). Sum of RGB (Red+Green+Blue) = 127+202+212=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #7FCAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAD4 is #80352B. Grayscale: #B4B4B4. Windows color (decimal): -8402220 or 13945471. OLE color: 13945471.

HSL color Cylindrical-coordinate representation of color #7FCAD4: hue angle of 187.06º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FCAD4 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB127202212-
CMYK0.400.0500.17
HSL187.06º49.71%66.47%-
HSV(B)187.06º40.09%83.14%-
XYZ41.7651.5170.03-
YUV180.72145.6589.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.48%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=23.48%
G=37.34%
B=39.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1272022120.400.0500.17187.0649.7166.47
Hex7FCAD4285011bb3242
Octal17731232450502127362102
Binary11111111100101011010100101000101010001101110111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,202,212); }

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

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

 a { background-color: rgb(127,202,212); }

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

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

 span { border-color: rgb(127,202,212); }

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