#A4DBEA

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

Shades of Charlotte #A4DBEA

Tints of Charlotte #A4DBEA

Color information

#A4DBEA (or 0xA4DBEA) is unknown color: approx Charlotte. HEX triplet: A4, DB and EA. RGB value is (164,219,234). Sum of RGB (Red+Green+Blue) = 164+219+234=617 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.58% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBEA is #5B2415. Grayscale: #CCCCCC. Windows color (decimal): -5973014 or 15391652. OLE color: 15391652.

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

Color convert

RGB164219234-
CMYK0.300.0600.08
HSL192.86º62.5%78.04%-
HSV(B)192.86º29.91%91.76%-
XYZ55.4964.587.37-
YUV204.26144.7899.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.58%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 234 (91.80% from 255) = 37.93%
R=26.58%
G=35.49%
B=37.93%

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
Decimal1642192340.300.0600.08192.8662.578.04
HexA4DBEA1E608c13e4e
Octal24433335236601030176116
Binary1010010011011011111010101111011001000110000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBEA; }

 p { color: rgb(164,219,234); }

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

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

 a { background-color: rgb(164,219,234); }

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

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

 span { border-color: rgb(164,219,234); }

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