#A4DDEB

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

Shades of Charlotte #A4DDEB

Tints of Charlotte #A4DDEB

Color information

#A4DDEB (or 0xA4DDEB) is unknown color: approx Charlotte. HEX triplet: A4, DD and EB. RGB value is (164,221,235). Sum of RGB (Red+Green+Blue) = 164+221+235=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 221 (86.72% from 255 or 35.65% 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 #A4DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DDEB is #5B2214. Grayscale: #CDCDCD. Windows color (decimal): -5972501 or 15457700. OLE color: 15457700.

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

Color convert

RGB164221235-
CMYK0.300.0600.08
HSL191.83º63.96%78.24%-
HSV(B)191.83º30.21%92.16%-
XYZ56.1665.688.3-
YUV205.55144.6298.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=26.45%
G=35.65%
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
Decimal1642212350.300.0600.08191.8363.9678.24
HexA4DDEB1E608c0404e
Octal244335353366010300100116
Binary10100100110111011110101111110110010001100000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDEB; }

 p { color: rgb(164,221,235); }

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

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

 a { background-color: rgb(164,221,235); }

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

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

 span { border-color: rgb(164,221,235); }

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