#A8DBDC

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

Shades of Charlotte #A8DBDC

Tints of Charlotte #A8DBDC

Color information

#A8DBDC (or 0xA8DBDC) is unknown color: approx Charlotte. HEX triplet: A8, DB and DC. RGB value is (168,219,220). Sum of RGB (Red+Green+Blue) = 168+219+220=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DBDC is #572423. Grayscale: #CBCBCB. Windows color (decimal): -5710884 or 14474152. OLE color: 14474152.

HSL color Cylindrical-coordinate representation of color #A8DBDC: hue angle of 181.15º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DBDC is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168219220-
CMYK0.240.0000.14
HSL181.15º42.62%76.08%-
HSV(B)181.15º23.64%86.27%-
XYZ54.464.1677.23-
YUV203.86137.1102.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.68%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=27.68%
G=36.08%
B=36.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682192200.240.0000.14181.1542.6276.08
HexA8DBDC1800Eb52b4c
Octal25033333430001626553114
Binary10101000110110111101110011000001110101101011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DBDC; }

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

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

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

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

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

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

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

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