Html Css Color HEX #A0DBE0 Charlotte

📋 copy color: '#A0DBE0'

red 160 ◦ green 219 ◦ blue 224

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

Shades of Charlotte #A0DBE0

Tints of Charlotte #A0DBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 26.53%
G = 36.32%
B = 37.15%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A0DBE0 (or 0xA0DBE0) is known color: Charlotte. HEX triplet: A0, DB and E0. RGB value is (160,219,224). Sum of RGB (Red+Green+Blue) = 160+219+224=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0DBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBE0 is #5F241F. Grayscale: #C9C9C9. Windows color (decimal): -6235168 or 14736288. OLE color: 14736288.

HSL color Cylindrical-coordinate representation of color #A0DBE0: hue angle of 184.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DBE0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 219 224 -
CMYK 0.29 0.02 0 0.12
HSL 184.69º 0.51% 0.75% -
HSV(B) 184.69º 0.29% 0.88% -
XYZ 53.28 63.52 79.97 -
YUV 201.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 160 219 224 0.29 0.02 0 0.12 184.69 0.51 0.75
Hex A0 DB E0 1D 2 0 C B9 33 4B
Octal 240 333 340 35 2 0 14 271 63 113
Binary 10100000 11011011 11100000 11101 10 0 1100 10111001 110011 1001011

Color Harmonies of #A0DBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DBE0

Black with #A0DBE0

Text Example


Text Example

White with #A0DBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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