#A8DBDD

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

Shades of Charlotte #A8DBDD

Tints of Charlotte #A8DBDD

Color information

#A8DBDD (or 0xA8DBDD) is unknown color: approx Charlotte. HEX triplet: A8, DB and DD. RGB value is (168,219,221). Sum of RGB (Red+Green+Blue) = 168+219+221=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBDD is #572422. Grayscale: #CBCBCB. Windows color (decimal): -5710883 or 14539688. OLE color: 14539688.

HSL color Cylindrical-coordinate representation of color #A8DBDD: hue angle of 182.26º 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 #A8DBDD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB168219221-
CMYK0.240.0100.13
HSL182.26º43.8%76.27%-
HSV(B)182.26º23.98%86.67%-
XYZ54.5364.2177.93-
YUV203.98137.6102.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.63%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=27.63%
G=36.02%
B=36.35%

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
Decimal1682192210.240.0100.13182.2643.876.27
HexA8DBDD1810Db62c4c
Octal25033333530101526654114
Binary10101000110110111101110111000101101101101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBDD; }

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

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

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

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

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

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

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

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