Html Css Color HEX #A5DEE8 Charlotte

📋 copy color: '#A5DEE8'

red 165 ◦ green 222 ◦ blue 232

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

Shades of Charlotte #A5DEE8

Tints of Charlotte #A5DEE8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.86%

 BLUE value IS 232 (91.02% from 255) = 37.48%

R = 26.66%
G = 35.86%
B = 37.48%

CMYK

 C value IS 0.29

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A5DEE8 (or 0xA5DEE8) is known color: Charlotte. HEX triplet: A5, DE and E8. RGB value is (165,222,232). Sum of RGB (Red+Green+Blue) = 165+222+232=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5DEE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DEE8 is #5A2117. Grayscale: #CECECE. Windows color (decimal): -5906712 or 15261349. OLE color: 15261349.

HSL color Cylindrical-coordinate representation of color #A5DEE8: hue angle of 188.96º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5DEE8 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 222 232 -
CMYK 0.29 0.04 0 0.09
HSL 188.96º 0.59% 0.78% -
HSV(B) 188.96º 0.29% 0.91% -
XYZ 56.2 66.07 86.13 -
YUV 206.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 165 222 232 0.29 0.04 0 0.09 188.96 0.59 0.78
Hex A5 DE E8 1D 4 0 9 BD 3B 4E
Octal 245 336 350 35 4 0 11 275 73 116
Binary 10100101 11011110 11101000 11101 100 0 1001 10111101 111011 1001110

Color Harmonies of #A5DEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DEE8

Black with #A5DEE8

Text Example


Text Example

White with #A5DEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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