Html Css Color HEX #A1C9DC Regent St Blue

📋 copy color: '#A1C9DC'

red 161 ◦ green 201 ◦ blue 220

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

Shades of Regent St Blue #A1C9DC

Tints of Regent St Blue #A1C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.54%

 BLUE value IS 220 (86.33% from 255) = 37.8%

R = 27.66%
G = 34.54%
B = 37.8%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A1C9DC (or 0xA1C9DC) is known color: Regent St Blue. HEX triplet: A1, C9 and DC. RGB value is (161,201,220). Sum of RGB (Red+Green+Blue) = 161+201+220=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 201 (78.91% from 255 or 34.54% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #A1C9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C9DC is #5E3623. Grayscale: #BFBFBF. Windows color (decimal): -6174244 or 14469537. OLE color: 14469537.

HSL color Cylindrical-coordinate representation of color #A1C9DC: hue angle of 199.32º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1C9DC is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 201 220 -
CMYK 0.27 0.09 0 0.14
HSL 199.32º 0.46% 0.75% -
HSV(B) 199.32º 0.27% 0.86% -
XYZ 48.5 54.52 75.68 -
YUV 191.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 161 201 220 0.27 0.09 0 0.14 199.32 0.46 0.75
Hex A1 C9 DC 1B 9 0 E C7 2E 4B
Octal 241 311 334 33 11 0 16 307 56 113
Binary 10100001 11001001 11011100 11011 1001 0 1110 11000111 101110 1001011

Color Harmonies of #A1C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C9DC

Black with #A1C9DC

Text Example


Text Example

White with #A1C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C9DC; }

 p { color: rgb(161,201,220); }

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

background-color css

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

 a { background-color: rgb(161,201,220); }

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

border-color css

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

 span { border-color: rgb(161,201,220); }

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