#7cd6e8

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

Shades of Spray #7CD6E8

Tints of Spray #7CD6E8

Color information

#7CD6E8 (or 0x7CD6E8) is unknown color: approx Spray. HEX triplet: 7C, D6 and E8. RGB value is (124,214,232). Sum of RGB (Red+Green+Blue) = 124+214+232=570 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.75% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #7CD6E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD6E8 is #832917. Grayscale: #BCBCBC. Windows color (decimal): -8595736 or 15259260. OLE color: 15259260.

HSL color Cylindrical-coordinate representation of color #7CD6E8: hue angle of 190º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CD6E8 is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB124214232-
CMYK0.470.0800.09
HSL190º70.13%69.8%-
HSV(B)190º46.55%90.98%-
XYZ46.9258.285.11-
YUV189.14152.1881.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.75%
GREEN value IS 214 (83.98% from 255) = 37.54%
BLUE value IS 232 (91.02% from 255) = 40.70%
R=21.75%
G=37.54%
B=40.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1242142320.470.0800.0919070.1369.8
Hex7CD6E82F809be4646
Octal1743263505710011276106106
Binary111110011010110111010001011111000010011011111010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd6e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,214,232); }

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

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

 a { background-color: rgb(124,214,232); }

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

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

 span { border-color: rgb(124,214,232); }

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