#A4DCEB

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

Shades of Charlotte #A4DCEB

Tints of Charlotte #A4DCEB

Color information

#A4DCEB (or 0xA4DCEB) is unknown color: approx Charlotte. HEX triplet: A4, DC and EB. RGB value is (164,220,235). Sum of RGB (Red+Green+Blue) = 164+220+235=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 220 (86.33% from 255 or 35.54% 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 #A4DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCEB is #5B2314. Grayscale: #CCCCCC. Windows color (decimal): -5972757 or 15457444. OLE color: 15457444.

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

Color convert

RGB164220235-
CMYK0.300.0600.08
HSL192.68º63.96%78.24%-
HSV(B)192.68º30.21%92.16%-
XYZ55.965.0888.21-
YUV204.97144.9598.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.49%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=26.49%
G=35.54%
B=37.96%

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
Decimal1642202350.300.0600.08192.6863.9678.24
HexA4DCEB1E608c1404e
Octal244334353366010301100116
Binary10100100110111001110101111110110010001100000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCEB; }

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

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

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

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

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

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

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

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