Html Css Color HEX #A8DADC Charlotte

📋 copy color: '#A8DADC'

red 168 ◦ green 218 ◦ blue 220

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

Shades of Charlotte #A8DADC

Tints of Charlotte #A8DADC

RGB

 RED value IS 168 (66.02% from 255) = 27.72%

 GREEN value IS 218 (85.55% from 255) = 35.97%

 BLUE value IS 220 (86.33% from 255) = 36.3%

R = 27.72%
G = 35.97%
B = 36.3%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A8DADC (or 0xA8DADC) is known color: Charlotte. HEX triplet: A8, DA and DC. RGB value is (168,218,220). Sum of RGB (Red+Green+Blue) = 168+218+220=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8DADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DADC is #572523. Grayscale: #CBCBCB. Windows color (decimal): -5711140 or 14473896. OLE color: 14473896.

HSL color Cylindrical-coordinate representation of color #A8DADC: hue angle of 182.31º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DADC is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 218 220 -
CMYK 0.24 0.01 0 0.14
HSL 182.31º 0.43% 0.76% -
HSV(B) 182.31º 0.24% 0.86% -
XYZ 54.14 63.63 77.14 -
YUV 203.28 137.44 102.84 -
System Red Green Blue C M Y K H S L
Decimal 168 218 220 0.24 0.01 0 0.14 182.31 0.43 0.76
Hex A8 DA DC 18 1 0 E B6 2B 4C
Octal 250 332 334 30 1 0 16 266 53 114
Binary 10101000 11011010 11011100 11000 1 0 1110 10110110 101011 1001100

Color Harmonies of #A8DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DADC

Black with #A8DADC

Text Example


Text Example

White with #A8DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DADC; }

 p { color: rgb(168,218,220); }

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

background-color css

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

 a { background-color: rgb(168,218,220); }

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

border-color css

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

 span { border-color: rgb(168,218,220); }

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