Html Css Color HEX #A0D9EB Charlotte

📋 copy color: '#A0D9EB'

red 160 ◦ green 217 ◦ blue 235

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

Shades of Charlotte #A0D9EB

Tints of Charlotte #A0D9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.4%

R = 26.14%
G = 35.46%
B = 38.4%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0D9EB (or 0xA0D9EB) is known color: Charlotte. HEX triplet: A0, D9 and EB. RGB value is (160,217,235). Sum of RGB (Red+Green+Blue) = 160+217+235=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0D9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D9EB is #5F2614. Grayscale: #C9C9C9. Windows color (decimal): -6235669 or 15456672. OLE color: 15456672.

HSL color Cylindrical-coordinate representation of color #A0D9EB: hue angle of 194.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0D9EB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 217 235 -
CMYK 0.32 0.08 0 0.08
HSL 194.4º 0.65% 0.77% -
HSV(B) 194.4º 0.32% 0.92% -
XYZ 54.31 63.1 87.91 -
YUV 202.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 160 217 235 0.32 0.08 0 0.08 194.4 0.65 0.77
Hex A0 D9 EB 20 8 0 8 C2 41 4D
Octal 240 331 353 40 10 0 10 302 101 115
Binary 10100000 11011001 11101011 100000 1000 0 1000 11000010 1000001 1001101

Color Harmonies of #A0D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D9EB

Black with #A0D9EB

Text Example


Text Example

White with #A0D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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