Html Css Color HEX #A1DDEA Charlotte

📋 copy color: '#A1DDEA'

red 161 ◦ green 221 ◦ blue 234

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

Shades of Charlotte #A1DDEA

Tints of Charlotte #A1DDEA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.88%

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

R = 26.14%
G = 35.88%
B = 37.99%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1DDEA (or 0xA1DDEA) is known color: Charlotte. HEX triplet: A1, DD and EA. RGB value is (161,221,234). Sum of RGB (Red+Green+Blue) = 161+221+234=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDEA is #5E2215. Grayscale: #CCCCCC. Windows color (decimal): -6169110 or 15392161. OLE color: 15392161.

HSL color Cylindrical-coordinate representation of color #A1DDEA: hue angle of 190.68º 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 #A1DDEA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 221 234 -
CMYK 0.31 0.06 0 0.08
HSL 190.68º 0.63% 0.77% -
HSV(B) 190.68º 0.31% 0.92% -
XYZ 55.41 65.23 87.51 -
YUV 204.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 161 221 234 0.31 0.06 0 0.08 190.68 0.63 0.77
Hex A1 DD EA 1F 6 0 8 BF 3F 4D
Octal 241 335 352 37 6 0 10 277 77 115
Binary 10100001 11011101 11101010 11111 110 0 1000 10111111 111111 1001101

Color Harmonies of #A1DDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DDEA

Black with #A1DDEA

Text Example


Text Example

White with #A1DDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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