Html Css Color HEX #A5DFDE Charlotte

📋 copy color: '#A5DFDE'

red 165 ◦ green 223 ◦ blue 222

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

Shades of Charlotte #A5DFDE

Tints of Charlotte #A5DFDE

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.56%

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

R = 27.05%
G = 36.56%
B = 36.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#A5DFDE (or 0xA5DFDE) is known color: Charlotte. HEX triplet: A5, DF and DE. RGB value is (165,223,222). Sum of RGB (Red+Green+Blue) = 165+223+222=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFDE is #5A2021. Grayscale: #CDCDCD. Windows color (decimal): -5906466 or 14606245. OLE color: 14606245.

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

Color convert

RGB 165 223 222 -
CMYK 0.26 0 0.00 0.13
HSL 178.97º 0.48% 0.76% -
HSV(B) 178.97º 0.26% 0.87% -
XYZ 55.09 66.05 78.95 -
YUV 205.54 137.28 99.08 -
System Red Green Blue C M Y K H S L
Decimal 165 223 222 0.26 0 0.00 0.13 178.97 0.48 0.76
Hex A5 DF DE 1A 0 0 D B3 30 4C
Octal 245 337 336 32 0 0 15 263 60 114
Binary 10100101 11011111 11011110 11010 0 0 1101 10110011 110000 1001100

Color Harmonies of #A5DFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DFDE

Black with #A5DFDE

Text Example


Text Example

White with #A5DFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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