Html Css Color HEX #A1DAE8 Charlotte

📋 copy color: '#A1DAE8'

red 161 ◦ green 218 ◦ blue 232

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

Shades of Charlotte #A1DAE8

Tints of Charlotte #A1DAE8

RGB

 RED value IS 161 (63.28% from 255) = 26.35%

 GREEN value IS 218 (85.55% from 255) = 35.68%

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

R = 26.35%
G = 35.68%
B = 37.97%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A1DAE8 (or 0xA1DAE8) is known color: Charlotte. HEX triplet: A1, DA and E8. RGB value is (161,218,232). Sum of RGB (Red+Green+Blue) = 161+218+232=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1DAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAE8 is #5E2517. Grayscale: #CACACA. Windows color (decimal): -6169880 or 15260321. OLE color: 15260321.

HSL color Cylindrical-coordinate representation of color #A1DAE8: hue angle of 191.83º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DAE8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 218 232 -
CMYK 0.31 0.06 0 0.09
HSL 191.83º 0.61% 0.77% -
HSV(B) 191.83º 0.31% 0.91% -
XYZ 54.33 63.55 85.75 -
YUV 202.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 161 218 232 0.31 0.06 0 0.09 191.83 0.61 0.77
Hex A1 DA E8 1F 6 0 9 C0 3D 4D
Octal 241 332 350 37 6 0 11 300 75 115
Binary 10100001 11011010 11101000 11111 110 0 1001 11000000 111101 1001101

Color Harmonies of #A1DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAE8

Black with #A1DAE8

Text Example


Text Example

White with #A1DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAE8; }

 p { color: rgb(161,218,232); }

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

background-color css

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

 a { background-color: rgb(161,218,232); }

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

border-color css

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

 span { border-color: rgb(161,218,232); }

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