Html Css Color HEX #A5DCEB Charlotte

📋 copy color: '#A5DCEB'

red 165 ◦ green 220 ◦ blue 235

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

Shades of Charlotte #A5DCEB

Tints of Charlotte #A5DCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.9%

R = 26.61%
G = 35.48%
B = 37.9%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5DCEB (or 0xA5DCEB) is known color: Charlotte. HEX triplet: A5, DC and EB. RGB value is (165,220,235). Sum of RGB (Red+Green+Blue) = 165+220+235=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCEB is #5A2314. Grayscale: #CDCDCD. Windows color (decimal): -5907221 or 15457445. OLE color: 15457445.

HSL color Cylindrical-coordinate representation of color #A5DCEB: hue angle of 192.86º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5DCEB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 220 235 -
CMYK 0.30 0.06 0 0.08
HSL 192.86º 0.64% 0.78% -
HSV(B) 192.86º 0.3% 0.92% -
XYZ 56.11 65.18 88.22 -
YUV 205.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 165 220 235 0.30 0.06 0 0.08 192.86 0.64 0.78
Hex A5 DC EB 1E 6 0 8 C1 40 4E
Octal 245 334 353 36 6 0 10 301 100 116
Binary 10100101 11011100 11101011 11110 110 0 1000 11000001 1000000 1001110

Color Harmonies of #A5DCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCEB

Black with #A5DCEB

Text Example


Text Example

White with #A5DCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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