Html Css Color HEX #A8DADD Charlotte

📋 copy color: '#A8DADD'

red 168 ◦ green 218 ◦ blue 221

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

Shades of Charlotte #A8DADD

Tints of Charlotte #A8DADD

RGB

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

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

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

R = 27.68%
G = 35.91%
B = 36.41%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A8DADD (or 0xA8DADD) is known color: Charlotte. HEX triplet: A8, DA and DD. RGB value is (168,218,221). Sum of RGB (Red+Green+Blue) = 168+218+221=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #A8DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DADD is #572522. Grayscale: #CBCBCB. Windows color (decimal): -5711139 or 14539432. OLE color: 14539432.

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

Color convert

RGB 168 218 221 -
CMYK 0.24 0.01 0 0.13
HSL 183.4º 0.44% 0.76% -
HSV(B) 183.4º 0.24% 0.87% -
XYZ 54.27 63.69 77.84 -
YUV 203.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 168 218 221 0.24 0.01 0 0.13 183.4 0.44 0.76
Hex A8 DA DD 18 1 0 D B7 2C 4C
Octal 250 332 335 30 1 0 15 267 54 114
Binary 10101000 11011010 11011101 11000 1 0 1101 10110111 101100 1001100

Color Harmonies of #A8DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DADD

Black with #A8DADD

Text Example


Text Example

White with #A8DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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