Html Css Color HEX #A5DBE1 Charlotte

📋 copy color: '#A5DBE1'

red 165 ◦ green 219 ◦ blue 225

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

Shades of Charlotte #A5DBE1

Tints of Charlotte #A5DBE1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.96%

 BLUE value IS 225 (88.28% from 255) = 36.95%

R = 27.09%
G = 35.96%
B = 36.95%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A5DBE1 (or 0xA5DBE1) is known color: Charlotte. HEX triplet: A5, DB and E1. RGB value is (165,219,225). Sum of RGB (Red+Green+Blue) = 165+219+225=609 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.09% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5DBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DBE1 is #5A241E. Grayscale: #CBCBCB. Windows color (decimal): -5907487 or 14801829. OLE color: 14801829.

HSL color Cylindrical-coordinate representation of color #A5DBE1: hue angle of 186º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5DBE1 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 219 225 -
CMYK 0.27 0.03 0 0.12
HSL 186º 0.5% 0.76% -
HSV(B) 186º 0.27% 0.88% -
XYZ 54.44 64.1 80.74 -
YUV 203.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 165 219 225 0.27 0.03 0 0.12 186 0.5 0.76
Hex A5 DB E1 1B 3 0 C BA 32 4C
Octal 245 333 341 33 3 0 14 272 62 114
Binary 10100101 11011011 11100001 11011 11 0 1100 10111010 110010 1001100

Color Harmonies of #A5DBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBE1

Black with #A5DBE1

Text Example


Text Example

White with #A5DBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBE1; }

 p { color: rgb(165,219,225); }

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

background-color css

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

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

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

border-color css

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

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

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