Html Css Color HEX #A5DCEA Charlotte

📋 copy color: '#A5DCEA'

red 165 ◦ green 220 ◦ blue 234

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

Shades of Charlotte #A5DCEA

Tints of Charlotte #A5DCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.8%

R = 26.66%
G = 35.54%
B = 37.8%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5DCEA (or 0xA5DCEA) is known color: Charlotte. HEX triplet: A5, DC and EA. RGB value is (165,220,234). Sum of RGB (Red+Green+Blue) = 165+220+234=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCEA is #5A2315. Grayscale: #CDCDCD. Windows color (decimal): -5907222 or 15391909. OLE color: 15391909.

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

Color convert

RGB 165 220 234 -
CMYK 0.29 0.06 0 0.08
HSL 192.17º 0.62% 0.78% -
HSV(B) 192.17º 0.29% 0.92% -
XYZ 55.96 65.13 87.46 -
YUV 205.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 165 220 234 0.29 0.06 0 0.08 192.17 0.62 0.78
Hex A5 DC EA 1D 6 0 8 C0 3E 4E
Octal 245 334 352 35 6 0 10 300 76 116
Binary 10100101 11011100 11101010 11101 110 0 1000 11000000 111110 1001110

Color Harmonies of #A5DCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCEA

Black with #A5DCEA

Text Example


Text Example

White with #A5DCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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