#A4DBED

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

Shades of Charlotte #A4DBED

Tints of Charlotte #A4DBED

Color information

#A4DBED (or 0xA4DBED) is unknown color: approx Charlotte. HEX triplet: A4, DB and ED. RGB value is (164,219,237). Sum of RGB (Red+Green+Blue) = 164+219+237=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DBED is #5B2412. Grayscale: #CCCCCC. Windows color (decimal): -5973011 or 15588260. OLE color: 15588260.

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

Color convert

RGB164219237-
CMYK0.310.0800.07
HSL194.79º66.97%78.63%-
HSV(B)194.79º30.8%92.94%-
XYZ55.9364.6789.66-
YUV204.61146.2899.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=26.45%
G=35.32%
B=38.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642192370.310.0800.07194.7966.9778.63
HexA4DBED1F807c3434f
Octal244333355371007303103117
Binary10100100110110111110110111111100001111100001110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DBED; }

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

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

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

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

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

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

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

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