#A5DBEC

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

Shades of Charlotte #A5DBEC

Tints of Charlotte #A5DBEC

Color information

#A5DBEC (or 0xA5DBEC) is unknown color: approx Charlotte. HEX triplet: A5, DB and EC. RGB value is (165,219,236). Sum of RGB (Red+Green+Blue) = 165+219+236=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBEC is #5A2413. Grayscale: #CCCCCC. Windows color (decimal): -5907476 or 15522725. OLE color: 15522725.

HSL color Cylindrical-coordinate representation of color #A5DBEC: hue angle of 194.37º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DBEC is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165219236-
CMYK0.300.0700.07
HSL194.37º65.14%78.63%-
HSV(B)194.37º30.08%92.55%-
XYZ55.9964.7288.9-
YUV204.79145.6199.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.61%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=26.61%
G=35.32%
B=38.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1652192360.300.0700.07194.3765.1478.63
HexA5DBEC1E707c2414f
Octal24533335436707302101117
Binary1010010111011011111011001111011101111100001010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBEC; }

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

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

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

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

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

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

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

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