Html Css Color HEX #A0D9EA Charlotte

📋 copy color: '#A0D9EA'

red 160 ◦ green 217 ◦ blue 234

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

Shades of Charlotte #A0D9EA

Tints of Charlotte #A0D9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 26.19%
G = 35.52%
B = 38.3%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A0D9EA (or 0xA0D9EA) is known color: Charlotte. HEX triplet: A0, D9 and EA. RGB value is (160,217,234). Sum of RGB (Red+Green+Blue) = 160+217+234=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0D9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D9EA is #5F2615. Grayscale: #C9C9C9. Windows color (decimal): -6235670 or 15391136. OLE color: 15391136.

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

Color convert

RGB 160 217 234 -
CMYK 0.32 0.07 0 0.08
HSL 193.78º 0.64% 0.77% -
HSV(B) 193.78º 0.32% 0.92% -
XYZ 54.16 63.04 87.16 -
YUV 201.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 160 217 234 0.32 0.07 0 0.08 193.78 0.64 0.77
Hex A0 D9 EA 20 7 0 8 C2 40 4D
Octal 240 331 352 40 7 0 10 302 100 115
Binary 10100000 11011001 11101010 100000 111 0 1000 11000010 1000000 1001101

Color Harmonies of #A0D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D9EA

Black with #A0D9EA

Text Example


Text Example

White with #A0D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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