Html Css Color HEX #A1DAF0 Charlotte

📋 copy color: '#A1DAF0'

red 161 ◦ green 218 ◦ blue 240

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

Shades of Charlotte #A1DAF0

Tints of Charlotte #A1DAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 26.01%
G = 35.22%
B = 38.77%

CMYK

 C value IS 0.33

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A1DAF0 (or 0xA1DAF0) is known color: Charlotte. HEX triplet: A1, DA and F0. RGB value is (161,218,240). Sum of RGB (Red+Green+Blue) = 161+218+240=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #A1DAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAF0 is #5E250F. Grayscale: #CBCBCB. Windows color (decimal): -6169872 or 15784609. OLE color: 15784609.

HSL color Cylindrical-coordinate representation of color #A1DAF0: hue angle of 196.71º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DAF0 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 218 240 -
CMYK 0.33 0.09 0 0.06
HSL 196.71º 0.72% 0.79% -
HSV(B) 196.71º 0.33% 0.94% -
XYZ 55.5 64.01 91.87 -
YUV 203.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 161 218 240 0.33 0.09 0 0.06 196.71 0.72 0.79
Hex A1 DA F0 21 9 0 6 C5 48 4F
Octal 241 332 360 41 11 0 6 305 110 117
Binary 10100001 11011010 11110000 100001 1001 0 110 11000101 1001000 1001111

Color Harmonies of #A1DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAF0

Black with #A1DAF0

Text Example


Text Example

White with #A1DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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