Html Css Color HEX #A0D9DD Charlotte

📋 copy color: '#A0D9DD'

red 160 ◦ green 217 ◦ blue 221

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

Shades of Charlotte #A0D9DD

Tints of Charlotte #A0D9DD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.29%

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

R = 26.76%
G = 36.29%
B = 36.96%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A0D9DD (or 0xA0D9DD) is known color: Charlotte. HEX triplet: A0, D9 and DD. RGB value is (160,217,221). Sum of RGB (Red+Green+Blue) = 160+217+221=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0D9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D9DD is #5F2622. Grayscale: #C8C8C8. Windows color (decimal): -6235683 or 14539168. OLE color: 14539168.

HSL color Cylindrical-coordinate representation of color #A0D9DD: hue angle of 183.93º 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 #A0D9DD is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 217 221 -
CMYK 0.28 0.02 0 0.13
HSL 183.93º 0.47% 0.75% -
HSV(B) 183.93º 0.28% 0.87% -
XYZ 52.36 62.32 77.68 -
YUV 200.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 160 217 221 0.28 0.02 0 0.13 183.93 0.47 0.75
Hex A0 D9 DD 1C 2 0 D B8 2F 4B
Octal 240 331 335 34 2 0 15 270 57 113
Binary 10100000 11011001 11011101 11100 10 0 1101 10111000 101111 1001011

Color Harmonies of #A0D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D9DD

Black with #A0D9DD

Text Example


Text Example

White with #A0D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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