Html Css Color HEX #A1C9DD Regent St Blue

📋 copy color: '#A1C9DD'

red 161 ◦ green 201 ◦ blue 221

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

Shades of Regent St Blue #A1C9DD

Tints of Regent St Blue #A1C9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 27.62%
G = 34.48%
B = 37.91%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A1C9DD (or 0xA1C9DD) is known color: Regent St Blue. HEX triplet: A1, C9 and DD. RGB value is (161,201,221). Sum of RGB (Red+Green+Blue) = 161+201+221=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #A1C9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C9DD is #5E3622. Grayscale: #BFBFBF. Windows color (decimal): -6174243 or 14535073. OLE color: 14535073.

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

Color convert

RGB 161 201 221 -
CMYK 0.27 0.09 0 0.13
HSL 200º 0.47% 0.75% -
HSV(B) 200º 0.27% 0.87% -
XYZ 48.64 54.57 76.38 -
YUV 191.32 144.75 106.37 -
System Red Green Blue C M Y K H S L
Decimal 161 201 221 0.27 0.09 0 0.13 200 0.47 0.75
Hex A1 C9 DD 1B 9 0 D C8 2F 4B
Octal 241 311 335 33 11 0 15 310 57 113
Binary 10100001 11001001 11011101 11011 1001 0 1101 11001000 101111 1001011

Color Harmonies of #A1C9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C9DD

Black with #A1C9DD

Text Example


Text Example

White with #A1C9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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