#A5DBEB

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

Shades of Charlotte #A5DBEB

Tints of Charlotte #A5DBEB

Color information

#A5DBEB (or 0xA5DBEB) is unknown color: approx Charlotte. HEX triplet: A5, DB and EB. RGB value is (165,219,235). Sum of RGB (Red+Green+Blue) = 165+219+235=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBEB is #5A2414. Grayscale: #CCCCCC. Windows color (decimal): -5907477 or 15457189. OLE color: 15457189.

HSL color Cylindrical-coordinate representation of color #A5DBEB: hue angle of 193.71º 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 #A5DBEB is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB165219235-
CMYK0.300.0700.08
HSL193.71º63.64%78.43%-
HSV(B)193.71º29.79%92.16%-
XYZ55.8464.6688.13-
YUV204.68145.1199.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.66%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=26.66%
G=35.38%
B=37.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1652192350.300.0700.08193.7163.6478.43
HexA5DBEB1E708c2404e
Octal245333353367010302100116
Binary10100101110110111110101111110111010001100001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBEB; }

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

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

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

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

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

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

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

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