#A1DBEE

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

Shades of Charlotte #A1DBEE

Tints of Charlotte #A1DBEE

Color information

#A1DBEE (or 0xA1DBEE) is unknown color: approx Charlotte. HEX triplet: A1, DB and EE. RGB value is (161,219,238). Sum of RGB (Red+Green+Blue) = 161+219+238=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBEE is #5E2411. Grayscale: #CBCBCB. Windows color (decimal): -6169618 or 15653793. OLE color: 15653793.

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

Color convert

RGB161219238-
CMYK0.320.0800.07
HSL194.81º69.37%78.24%-
HSV(B)194.81º32.35%93.33%-
XYZ55.4664.4190.4-
YUV203.82147.2897.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.05%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=26.05%
G=35.44%
B=38.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612192380.320.0800.07194.8169.3778.24
HexA1DBEE20807c3454e
Octal241333356401007303105116
Binary101000011101101111101110100000100001111100001110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBEE; }

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

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

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

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

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

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

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

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