Html Css Color HEX #A1DAEA Charlotte

📋 copy color: '#A1DAEA'

red 161 ◦ green 218 ◦ blue 234

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

Shades of Charlotte #A1DAEA

Tints of Charlotte #A1DAEA

RGB

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

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

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

R = 26.26%
G = 35.56%
B = 38.17%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1DAEA (or 0xA1DAEA) is known color: Charlotte. HEX triplet: A1, DA and EA. RGB value is (161,218,234). Sum of RGB (Red+Green+Blue) = 161+218+234=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAEA is #5E2515. Grayscale: #CACACA. Windows color (decimal): -6169878 or 15391393. OLE color: 15391393.

HSL color Cylindrical-coordinate representation of color #A1DAEA: hue angle of 193.15º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DAEA is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 218 234 -
CMYK 0.31 0.07 0 0.08
HSL 193.15º 0.63% 0.77% -
HSV(B) 193.15º 0.31% 0.92% -
XYZ 54.62 63.66 87.25 -
YUV 202.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 161 218 234 0.31 0.07 0 0.08 193.15 0.63 0.77
Hex A1 DA EA 1F 7 0 8 C1 3F 4D
Octal 241 332 352 37 7 0 10 301 77 115
Binary 10100001 11011010 11101010 11111 111 0 1000 11000001 111111 1001101

Color Harmonies of #A1DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAEA

Black with #A1DAEA

Text Example


Text Example

White with #A1DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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