#A8DADD

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

Shades of Charlotte #A8DADD

Tints of Charlotte #A8DADD

Color information

#A8DADD (or 0xA8DADD) is unknown color: approx Charlotte. HEX triplet: A8, DA and DD. RGB value is (168,218,221). Sum of RGB (Red+Green+Blue) = 168+218+221=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DADD is #572522. Grayscale: #CBCBCB. Windows color (decimal): -5711139 or 14539432. OLE color: 14539432.

HSL color Cylindrical-coordinate representation of color #A8DADD: hue angle of 183.4º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DADD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168218221-
CMYK0.240.0100.13
HSL183.4º43.8%76.27%-
HSV(B)183.4º23.98%86.67%-
XYZ54.2763.6977.84-
YUV203.39137.94102.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.68%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=27.68%
G=35.91%
B=36.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682182210.240.0100.13183.443.876.27
HexA8DADD1810Db72c4c
Octal25033233530101526754114
Binary10101000110110101101110111000101101101101111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DADD; }

 p { color: rgb(168,218,221); }

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

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

 a { background-color: rgb(168,218,221); }

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

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

 span { border-color: rgb(168,218,221); }

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