#A3DBEB

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

Shades of Charlotte #A3DBEB

Tints of Charlotte #A3DBEB

Color information

#A3DBEB (or 0xA3DBEB) is unknown color: approx Charlotte. HEX triplet: A3, DB and EB. RGB value is (163,219,235). Sum of RGB (Red+Green+Blue) = 163+219+235=617 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.42% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DBEB is #5C2414. Grayscale: #CBCBCB. Windows color (decimal): -6038549 or 15457187. OLE color: 15457187.

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

Color convert

RGB163219235-
CMYK0.310.0700.08
HSL193.33º64.29%78.04%-
HSV(B)193.33º30.64%92.16%-
XYZ55.4364.4588.12-
YUV204.08145.4598.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.42%
GREEN value IS 219 (85.94% from 255) = 35.49%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=26.42%
G=35.49%
B=38.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632192350.310.0700.08193.3364.2978.04
HexA3DBEB1F708c1404e
Octal243333353377010301100116
Binary10100011110110111110101111111111010001100000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DBEB; }

 p { color: rgb(163,219,235); }

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

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

 a { background-color: rgb(163,219,235); }

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

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

 span { border-color: rgb(163,219,235); }

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