#A1DBEF

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

Shades of Charlotte #A1DBEF

Tints of Charlotte #A1DBEF

Color information

#A1DBEF (or 0xA1DBEF) is unknown color: approx Charlotte. HEX triplet: A1, DB and EF. RGB value is (161,219,239). Sum of RGB (Red+Green+Blue) = 161+219+239=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBEF is #5E2410. Grayscale: #CBCBCB. Windows color (decimal): -6169617 or 15719329. OLE color: 15719329.

HSL color Cylindrical-coordinate representation of color #A1DBEF: hue angle of 195.38º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DBEF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161219239-
CMYK0.330.0800.06
HSL195.38º70.91%78.43%-
HSV(B)195.38º32.64%93.73%-
XYZ55.6164.4791.17-
YUV203.94147.7897.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.01%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=26.01%
G=35.38%
B=38.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612192390.330.0800.06195.3870.9178.43
HexA1DBEF21806c3474e
Octal241333357411006303107116
Binary101000011101101111101111100001100001101100001110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBEF; }

 p { color: rgb(161,219,239); }

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

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

 a { background-color: rgb(161,219,239); }

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

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

 span { border-color: rgb(161,219,239); }

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