Html Css Color HEX #A1DBEC Charlotte

📋 copy color: '#A1DBEC'

red 161 ◦ green 219 ◦ blue 236

#A1DBEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charlotte #A1DBEC

Tints of Charlotte #A1DBEC

RGB

 RED value IS 161 (63.28% from 255) = 26.14%

 GREEN value IS 219 (85.94% from 255) = 35.55%

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 26.14%
G = 35.55%
B = 38.31%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1DBEC (or 0xA1DBEC) is known color: Charlotte. HEX triplet: A1, DB and EC. RGB value is (161,219,236). Sum of RGB (Red+Green+Blue) = 161+219+236=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DBEC is #5E2413. Grayscale: #CBCBCB. Windows color (decimal): -6169620 or 15522721. OLE color: 15522721.

HSL color Cylindrical-coordinate representation of color #A1DBEC: hue angle of 193.6º degrees, saturation: 0.66, 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 #A1DBEC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 219 236 -
CMYK 0.32 0.07 0 0.07
HSL 193.6º 0.66% 0.78% -
HSV(B) 193.6º 0.32% 0.93% -
XYZ 55.17 64.3 88.86 -
YUV 203.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 161 219 236 0.32 0.07 0 0.07 193.6 0.66 0.78
Hex A1 DB EC 20 7 0 7 C2 42 4E
Octal 241 333 354 40 7 0 7 302 102 116
Binary 10100001 11011011 11101100 100000 111 0 111 11000010 1000010 1001110

Color Harmonies of #A1DBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DBEC

Black with #A1DBEC

Text Example


Text Example

White with #A1DBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DBEC; }

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

 H1.HeaderClassName
 {
   color: #A1DBEC;
 }
 .AnyTagClassName
 {
   color: #A1DBEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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