#69CAD4

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

Shades of Spray #69CAD4

Tints of Spray #69CAD4

Color information

#69CAD4 (or 0x69CAD4) is unknown color: approx Spray. HEX triplet: 69, CA and D4. RGB value is (105,202,212). Sum of RGB (Red+Green+Blue) = 105+202+212=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #69CAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CAD4 is #96352B. Grayscale: #AEAEAE. Windows color (decimal): -9844012 or 13945449. OLE color: 13945449.

HSL color Cylindrical-coordinate representation of color #69CAD4: hue angle of 185.61º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69CAD4 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB105202212-
CMYK0.500.0500.17
HSL185.61º55.44%62.16%-
HSV(B)185.61º50.47%83.14%-
XYZ38.835069.89-
YUV174.14149.3678.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.23%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=20.23%
G=38.92%
B=40.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1052022120.500.0500.17185.6155.4462.16
Hex69CAD4325011ba373e
Octal1513123246250212726776
Binary1101001110010101101010011001010101000110111010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,212); }

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

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

 a { background-color: rgb(105,202,212); }

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

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

 span { border-color: rgb(105,202,212); }

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