#A5DBEA

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

Shades of Charlotte #A5DBEA

Tints of Charlotte #A5DBEA

Color information

#A5DBEA (or 0xA5DBEA) is unknown color: approx Charlotte. HEX triplet: A5, DB and EA. RGB value is (165,219,234). Sum of RGB (Red+Green+Blue) = 165+219+234=618 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.70% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBEA is #5A2415. Grayscale: #CCCCCC. Windows color (decimal): -5907478 or 15391653. OLE color: 15391653.

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

Color convert

RGB165219234-
CMYK0.290.0600.08
HSL193.04º62.16%78.24%-
HSV(B)193.04º29.49%91.76%-
XYZ55.764.687.38-
YUV204.56144.6199.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.70%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 234 (91.80% from 255) = 37.86%
R=26.70%
G=35.44%
B=37.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652192340.290.0600.08193.0462.1678.24
HexA5DBEA1D608c13e4e
Octal24533335235601030176116
Binary1010010111011011111010101110111001000110000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBEA; }

 p { color: rgb(165,219,234); }

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

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

 a { background-color: rgb(165,219,234); }

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

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

 span { border-color: rgb(165,219,234); }

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