Html Css Color HEX #A5DEDE Charlotte

📋 copy color: '#A5DEDE'

red 165 ◦ green 222 ◦ blue 222

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

Shades of Charlotte #A5DEDE

Tints of Charlotte #A5DEDE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.45%

 BLUE value IS 222 (87.11% from 255) = 36.45%

R = 27.09%
G = 36.45%
B = 36.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5DEDE (or 0xA5DEDE) is known color: Charlotte. HEX triplet: A5, DE and DE. RGB value is (165,222,222). Sum of RGB (Red+Green+Blue) = 165+222+222=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #A5DEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEDE is #5A2121. Grayscale: #CCCCCC. Windows color (decimal): -5906722 or 14605989. OLE color: 14605989.

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

Color convert

RGB 165 222 222 -
CMYK 0.26 0 0 0.13
HSL 180º 0.46% 0.76% -
HSV(B) 180º 0.26% 0.87% -
XYZ 54.82 65.52 78.86 -
YUV 204.96 137.62 99.5 -
System Red Green Blue C M Y K H S L
Decimal 165 222 222 0.26 0 0 0.13 180 0.46 0.76
Hex A5 DE DE 1A 0 0 D B4 2E 4C
Octal 245 336 336 32 0 0 15 264 56 114
Binary 10100101 11011110 11011110 11010 0 0 1101 10110100 101110 1001100

Color Harmonies of #A5DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DEDE

Black with #A5DEDE

Text Example


Text Example

White with #A5DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DEDE; }

 p { color: rgb(165,222,222); }

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

background-color css

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

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

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

border-color css

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

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

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