Html Css Color HEX #A5DCDD Charlotte

📋 copy color: '#A5DCDD'

red 165 ◦ green 220 ◦ blue 221

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

Shades of Charlotte #A5DCDD

Tints of Charlotte #A5DCDD

RGB

 RED value IS 165 (64.84% from 255) = 27.23%

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

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

R = 27.23%
G = 36.3%
B = 36.47%

CMYK

 C value IS 0.25

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5DCDD (or 0xA5DCDD) is known color: Charlotte. HEX triplet: A5, DC and DD. RGB value is (165,220,221). Sum of RGB (Red+Green+Blue) = 165+220+221=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #A5DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCDD is #5A2322. Grayscale: #CBCBCB. Windows color (decimal): -5907235 or 14539941. OLE color: 14539941.

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

Color convert

RGB 165 220 221 -
CMYK 0.25 0.00 0 0.13
HSL 181.07º 0.45% 0.76% -
HSV(B) 181.07º 0.25% 0.87% -
XYZ 54.16 64.41 77.98 -
YUV 203.67 137.78 100.42 -
System Red Green Blue C M Y K H S L
Decimal 165 220 221 0.25 0.00 0 0.13 181.07 0.45 0.76
Hex A5 DC DD 19 0 0 D B5 2D 4C
Octal 245 334 335 31 0 0 15 265 55 114
Binary 10100101 11011100 11011101 11001 0 0 1101 10110101 101101 1001100

Color Harmonies of #A5DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCDD

Black with #A5DCDD

Text Example


Text Example

White with #A5DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCDD; }

 p { color: rgb(165,220,221); }

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

background-color css

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

 a { background-color: rgb(165,220,221); }

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

border-color css

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

 span { border-color: rgb(165,220,221); }

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