Html Css Color HEX #A5DCDE Charlotte

📋 copy color: '#A5DCDE'

red 165 ◦ green 220 ◦ blue 222

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

Shades of Charlotte #A5DCDE

Tints of Charlotte #A5DCDE

RGB

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

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

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

R = 27.18%
G = 36.24%
B = 36.57%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A5DCDE (or 0xA5DCDE) is known color: Charlotte. HEX triplet: A5, DC and DE. RGB value is (165,220,222). Sum of RGB (Red+Green+Blue) = 165+220+222=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #A5DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DCDE is #5A2321. Grayscale: #CBCBCB. Windows color (decimal): -5907234 or 14605477. OLE color: 14605477.

HSL color Cylindrical-coordinate representation of color #A5DCDE: hue angle of 182.11º 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 #A5DCDE is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 220 222 -
CMYK 0.26 0.01 0 0.13
HSL 182.11º 0.46% 0.76% -
HSV(B) 182.11º 0.26% 0.87% -
XYZ 54.3 64.46 78.69 -
YUV 203.78 138.28 100.34 -
System Red Green Blue C M Y K H S L
Decimal 165 220 222 0.26 0.01 0 0.13 182.11 0.46 0.76
Hex A5 DC DE 1A 1 0 D B6 2E 4C
Octal 245 334 336 32 1 0 15 266 56 114
Binary 10100101 11011100 11011110 11010 1 0 1101 10110110 101110 1001100

Color Harmonies of #A5DCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCDE

Black with #A5DCDE

Text Example


Text Example

White with #A5DCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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