#69C6D8

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

Shades of Spray #69C6D8

Tints of Spray #69C6D8

Color information

#69C6D8 (or 0x69C6D8) is unknown color: approx Spray. HEX triplet: 69, C6 and D8. RGB value is (105,198,216). Sum of RGB (Red+Green+Blue) = 105+198+216=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #69C6D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C6D8 is #963927. Grayscale: #ACACAC. Windows color (decimal): -9845032 or 14206569. OLE color: 14206569.

HSL color Cylindrical-coordinate representation of color #69C6D8: hue angle of 189.73º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69C6D8 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB105198216-
CMYK0.510.0800.15
HSL189.73º58.73%62.94%-
HSV(B)189.73º51.39%84.71%-
XYZ38.4148.3572.27-
YUV172.24152.6980.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.23%
GREEN value IS 198 (77.73% from 255) = 38.15%
BLUE value IS 216 (84.77% from 255) = 41.62%
R=20.23%
G=38.15%
B=41.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051982160.510.0800.15189.7358.7362.94
Hex69C6D83380Fbe3b3f
Octal15130633063100172767377
Binary1101001110001101101100011001110000111110111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69C6D8; }

 p { color: rgb(105,198,216); }

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

<style>
 a { background-color: #69C6D8; }

 a { background-color: rgb(105,198,216); }

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

<style>
 span { border-color: #69C6D8; }

 span { border-color: rgb(105,198,216); }

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