Html Css Color HEX #A9C6CD Regent St Blue

📋 copy color: '#A9C6CD'

red 169 ◦ green 198 ◦ blue 205

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

Shades of Regent St Blue #A9C6CD

Tints of Regent St Blue #A9C6CD

RGB

 RED value IS 169 (66.41% from 255) = 29.55%

 GREEN value IS 198 (77.73% from 255) = 34.62%

 BLUE value IS 205 (80.47% from 255) = 35.84%

R = 29.55%
G = 34.62%
B = 35.84%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9C6CD (or 0xA9C6CD) is known color: Regent St Blue. HEX triplet: A9, C6 and CD. RGB value is (169,198,205). Sum of RGB (Red+Green+Blue) = 169+198+205=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9C6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C6CD is #563932. Grayscale: #BEBEBE. Windows color (decimal): -5650739 or 13485737. OLE color: 13485737.

HSL color Cylindrical-coordinate representation of color #A9C6CD: hue angle of 191.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9C6CD is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 198 205 -
CMYK 0.18 0.03 0 0.20
HSL 191.67º 0.26% 0.73% -
HSV(B) 191.67º 0.18% 0.8% -
XYZ 47.58 53.23 65.52 -
YUV 190.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 169 198 205 0.18 0.03 0 0.20 191.67 0.26 0.73
Hex A9 C6 CD 12 3 0 14 C0 1A 49
Octal 251 306 315 22 3 0 24 300 32 111
Binary 10101001 11000110 11001101 10010 11 0 10100 11000000 11010 1001001

Color Harmonies of #A9C6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C6CD

Black with #A9C6CD

Text Example


Text Example

White with #A9C6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C6CD; }

 p { color: rgb(169,198,205); }

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

background-color css

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

 a { background-color: rgb(169,198,205); }

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

border-color css

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

 span { border-color: rgb(169,198,205); }

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