#A4DBEC

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

Shades of Charlotte #A4DBEC

Tints of Charlotte #A4DBEC

Color information

#A4DBEC (or 0xA4DBEC) is unknown color: approx Charlotte. HEX triplet: A4, DB and EC. RGB value is (164,219,236). Sum of RGB (Red+Green+Blue) = 164+219+236=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBEC is #5B2413. Grayscale: #CCCCCC. Windows color (decimal): -5973012 or 15522724. OLE color: 15522724.

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

Color convert

RGB164219236-
CMYK0.310.0700.07
HSL194.17º65.45%78.43%-
HSV(B)194.17º30.51%92.55%-
XYZ55.7864.6188.89-
YUV204.49145.7899.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.49%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=26.49%
G=35.38%
B=38.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642192360.310.0700.07194.1765.4578.43
HexA4DBEC1F707c2414e
Octal24433335437707302101116
Binary1010010011011011111011001111111101111100001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBEC; }

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

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

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

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

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

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

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

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