#7FCEE0

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

Shades of Spray #7FCEE0

Tints of Spray #7FCEE0

Color information

#7FCEE0 (or 0x7FCEE0) is unknown color: approx Spray. HEX triplet: 7F, CE and E0. RGB value is (127,206,224). Sum of RGB (Red+Green+Blue) = 127+206+224=557 (73% of max value = 765). Red value is 127 (50% from 255 or 22.80% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #7FCEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEE0 is #80311F. Grayscale: #B8B8B8. Windows color (decimal): -8401184 or 14732927. OLE color: 14732927.

HSL color Cylindrical-coordinate representation of color #7FCEE0: hue angle of 191.13º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCEE0 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB127206224-
CMYK0.430.0800.12
HSL191.13º61.01%68.82%-
HSV(B)191.13º43.3%87.84%-
XYZ44.2854.0478.62-
YUV184.43150.3387.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.80%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 224 (87.89% from 255) = 40.22%
R=22.80%
G=36.98%
B=40.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1272062240.430.0800.12191.1361.0168.82
Hex7FCEE02B80Cbf3d45
Octal177316340531001427775105
Binary11111111100111011100000101011100001100101111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,206,224); }

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

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

 a { background-color: rgb(127,206,224); }

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

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

 span { border-color: rgb(127,206,224); }

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