Html Css Color HEX #A0DBDD Charlotte

📋 copy color: '#A0DBDD'

red 160 ◦ green 219 ◦ blue 221

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

Shades of Charlotte #A0DBDD

Tints of Charlotte #A0DBDD

RGB

 RED value IS 160 (62.89% from 255) = 26.67%

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

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 26.67%
G = 36.5%
B = 36.83%

CMYK

 C value IS 0.28

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0DBDD (or 0xA0DBDD) is known color: Charlotte. HEX triplet: A0, DB and DD. RGB value is (160,219,221). Sum of RGB (Red+Green+Blue) = 160+219+221=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBDD is #5F2422. Grayscale: #C9C9C9. Windows color (decimal): -6235171 or 14539680. OLE color: 14539680.

HSL color Cylindrical-coordinate representation of color #A0DBDD: hue angle of 181.97º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DBDD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 219 221 -
CMYK 0.28 0.01 0 0.13
HSL 181.97º 0.47% 0.75% -
HSV(B) 181.97º 0.28% 0.87% -
XYZ 52.88 63.36 77.85 -
YUV 201.59 138.95 98.34 -
System Red Green Blue C M Y K H S L
Decimal 160 219 221 0.28 0.01 0 0.13 181.97 0.47 0.75
Hex A0 DB DD 1C 1 0 D B6 2F 4B
Octal 240 333 335 34 1 0 15 266 57 113
Binary 10100000 11011011 11011101 11100 1 0 1101 10110110 101111 1001011

Color Harmonies of #A0DBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBDD

Black with #A0DBDD

Text Example


Text Example

White with #A0DBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBDD; }

 p { color: rgb(160,219,221); }

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

background-color css

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

 a { background-color: rgb(160,219,221); }

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

border-color css

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

 span { border-color: rgb(160,219,221); }

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