#A5DCEB

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

Shades of Charlotte #A5DCEB

Tints of Charlotte #A5DCEB

Color information

#A5DCEB (or 0xA5DCEB) is unknown color: approx Charlotte. HEX triplet: A5, DC and EB. RGB value is (165,220,235). Sum of RGB (Red+Green+Blue) = 165+220+235=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCEB is #5A2314. Grayscale: #CDCDCD. Windows color (decimal): -5907221 or 15457445. OLE color: 15457445.

HSL color Cylindrical-coordinate representation of color #A5DCEB: hue angle of 192.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DCEB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165220235-
CMYK0.300.0600.08
HSL192.86º63.64%78.43%-
HSV(B)192.86º29.79%92.16%-
XYZ56.1165.1888.22-
YUV205.26144.7899.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=26.61%
G=35.48%
B=37.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652202350.300.0600.08192.8663.6478.43
HexA5DCEB1E608c1404e
Octal245334353366010301100116
Binary10100101110111001110101111110110010001100000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCEB; }

 p { color: rgb(165,220,235); }

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

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

 a { background-color: rgb(165,220,235); }

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

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

 span { border-color: rgb(165,220,235); }

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