#7FCEDA

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

Shades of Spray #7FCEDA

Tints of Spray #7FCEDA

Color information

#7FCEDA (or 0x7FCEDA) is unknown color: approx Spray. HEX triplet: 7F, CE and DA. RGB value is (127,206,218). Sum of RGB (Red+Green+Blue) = 127+206+218=551 (72% of max value = 765). Red value is 127 (50% from 255 or 23.05% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FCEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEDA is #803125. Grayscale: #B7B7B7. Windows color (decimal): -8401190 or 14339711. OLE color: 14339711.

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

Color convert

RGB127206218-
CMYK0.420.0600.15
HSL187.91º55.15%67.65%-
HSV(B)187.91º41.74%85.49%-
XYZ43.4853.7274.41-
YUV183.75147.3387.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.05%
GREEN value IS 206 (80.86% from 255) = 37.39%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=23.05%
G=37.39%
B=39.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1272062180.420.0600.15187.9155.1567.65
Hex7FCEDA2A60Fbc3744
Octal17731633252601727467104
Binary1111111110011101101101010101011001111101111001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FCEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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