#69C8DA

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

Shades of Spray #69C8DA

Tints of Spray #69C8DA

Color information

#69C8DA (or 0x69C8DA) is unknown color: approx Spray. HEX triplet: 69, C8 and DA. RGB value is (105,200,218). Sum of RGB (Red+Green+Blue) = 105+200+218=523 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.08% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #69C8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C8DA is #963725. Grayscale: #ADADAD. Windows color (decimal): -9844518 or 14338153. OLE color: 14338153.

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

Color convert

RGB105200218-
CMYK0.520.0800.15
HSL189.56º60.43%63.33%-
HSV(B)189.56º51.83%85.49%-
XYZ39.1349.3773.8-
YUV173.65153.0379.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.08%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=20.08%
G=38.24%
B=41.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1052002180.520.0800.15189.5660.4363.33
Hex69C8DA3480Fbe3c3f
Octal15131033264100172767477
Binary1101001110010001101101011010010000111110111110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,200,218); }

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

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

 a { background-color: rgb(105,200,218); }

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

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

 span { border-color: rgb(105,200,218); }

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