Html Css Color HEX #A1DAEE Charlotte

📋 copy color: '#A1DAEE'

red 161 ◦ green 218 ◦ blue 238

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

Shades of Charlotte #A1DAEE

Tints of Charlotte #A1DAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 26.09%
G = 35.33%
B = 38.57%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A1DAEE (or 0xA1DAEE) is known color: Charlotte. HEX triplet: A1, DA and EE. RGB value is (161,218,238). Sum of RGB (Red+Green+Blue) = 161+218+238=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAEE is #5E2511. Grayscale: #CBCBCB. Windows color (decimal): -6169874 or 15653537. OLE color: 15653537.

HSL color Cylindrical-coordinate representation of color #A1DAEE: hue angle of 195.58º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DAEE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 218 238 -
CMYK 0.32 0.08 0 0.07
HSL 195.58º 0.69% 0.78% -
HSV(B) 195.58º 0.32% 0.93% -
XYZ 55.2 63.89 90.31 -
YUV 203.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 161 218 238 0.32 0.08 0 0.07 195.58 0.69 0.78
Hex A1 DA EE 20 8 0 7 C4 45 4E
Octal 241 332 356 40 10 0 7 304 105 116
Binary 10100001 11011010 11101110 100000 1000 0 111 11000100 1000101 1001110

Color Harmonies of #A1DAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DAEE

Black with #A1DAEE

Text Example


Text Example

White with #A1DAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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