#A5DEEB

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

Shades of Charlotte #A5DEEB

Tints of Charlotte #A5DEEB

Color information

#A5DEEB (or 0xA5DEEB) is unknown color: approx Charlotte. HEX triplet: A5, DE and EB. RGB value is (165,222,235). Sum of RGB (Red+Green+Blue) = 165+222+235=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5DEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DEEB is #5A2114. Grayscale: #CECECE. Windows color (decimal): -5906709 or 15457957. OLE color: 15457957.

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

Color convert

RGB165222235-
CMYK0.300.0600.08
HSL191.14º63.64%78.43%-
HSV(B)191.14º29.79%92.16%-
XYZ56.6366.2488.4-
YUV206.44144.1298.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.53%
GREEN value IS 222 (87.11% from 255) = 35.69%
BLUE value IS 235 (92.19% from 255) = 37.78%
R=26.53%
G=35.69%
B=37.78%

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
Decimal1652222350.300.0600.08191.1463.6478.43
HexA5DEEB1E608bf404e
Octal245336353366010277100116
Binary10100101110111101110101111110110010001011111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEEB; }

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

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

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

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

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

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

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

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