#6ACDD1

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

Shades of Spray #6ACDD1

Tints of Spray #6ACDD1

Color information

#6ACDD1 (or 0x6ACDD1) is unknown color: approx Spray. HEX triplet: 6A, CD and D1. RGB value is (106,205,209). Sum of RGB (Red+Green+Blue) = 106+205+209=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 209 (82.03% from 255 or 40.19% from 520); Max value from RGB is 209 - color contains mainly: blue. Hex color #6ACDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDD1 is #95322E. Grayscale: #AFAFAF. Windows color (decimal): -9777711 or 13749610. OLE color: 13749610.

HSL color Cylindrical-coordinate representation of color #6ACDD1: hue angle of 182.33º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACDD1 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB106205209-
CMYK0.490.0200.18
HSL182.33º52.82%61.76%-
HSV(B)182.33º49.28%81.96%-
XYZ39.2851.3368.16-
YUV175.86146.778.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.38%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 209 (82.03% from 255) = 40.19%
R=20.38%
G=39.42%
B=40.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1062052090.490.0200.18182.3352.8261.76
Hex6ACDD1312012b6353e
Octal1523153216120222666576
Binary110101011001101110100011100011001001010110110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ACDD1; }

 p { color: rgb(106,205,209); }

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

<style>
 a { background-color: #6ACDD1; }

 a { background-color: rgb(106,205,209); }

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

<style>
 span { border-color: #6ACDD1; }

 span { border-color: rgb(106,205,209); }

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