Html Css Color HEX #A1D8EB Charlotte

📋 copy color: '#A1D8EB'

red 161 ◦ green 216 ◦ blue 235

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

Shades of Charlotte #A1D8EB

Tints of Charlotte #A1D8EB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.29%

 BLUE value IS 235 (92.19% from 255) = 38.4%

R = 26.31%
G = 35.29%
B = 38.4%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A1D8EB (or 0xA1D8EB) is known color: Charlotte. HEX triplet: A1, D8 and EB. RGB value is (161,216,235). Sum of RGB (Red+Green+Blue) = 161+216+235=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1D8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D8EB is #5E2714. Grayscale: #C9C9C9. Windows color (decimal): -6170389 or 15456417. OLE color: 15456417.

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

Color convert

RGB 161 216 235 -
CMYK 0.31 0.08 0 0.08
HSL 195.41º 0.65% 0.78% -
HSV(B) 195.41º 0.31% 0.92% -
XYZ 54.25 62.69 87.84 -
YUV 201.72 146.78 98.96 -
System Red Green Blue C M Y K H S L
Decimal 161 216 235 0.31 0.08 0 0.08 195.41 0.65 0.78
Hex A1 D8 EB 1F 8 0 8 C3 41 4E
Octal 241 330 353 37 10 0 10 303 101 116
Binary 10100001 11011000 11101011 11111 1000 0 1000 11000011 1000001 1001110

Color Harmonies of #A1D8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D8EB

Black with #A1D8EB

Text Example


Text Example

White with #A1D8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D8EB; }

 p { color: rgb(161,216,235); }

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

background-color css

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

 a { background-color: rgb(161,216,235); }

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

border-color css

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

 span { border-color: rgb(161,216,235); }

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