Html Css Color HEX #A9C8CF Regent St Blue

📋 copy color: '#A9C8CF'

red 169 ◦ green 200 ◦ blue 207

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

Shades of Regent St Blue #A9C8CF

Tints of Regent St Blue #A9C8CF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.72%

 BLUE value IS 207 (81.25% from 255) = 35.94%

R = 29.34%
G = 34.72%
B = 35.94%

CMYK

 C value IS 0.18

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A9C8CF (or 0xA9C8CF) is known color: Regent St Blue. HEX triplet: A9, C8 and CF. RGB value is (169,200,207). Sum of RGB (Red+Green+Blue) = 169+200+207=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #A9C8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C8CF is #563730. Grayscale: #BFBFBF. Windows color (decimal): -5650225 or 13617321. OLE color: 13617321.

HSL color Cylindrical-coordinate representation of color #A9C8CF: hue angle of 191.05º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9C8CF is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 200 207 -
CMYK 0.18 0.03 0 0.19
HSL 191.05º 0.28% 0.74% -
HSV(B) 191.05º 0.18% 0.81% -
XYZ 48.28 54.25 66.96 -
YUV 191.53 136.73 111.93 -
System Red Green Blue C M Y K H S L
Decimal 169 200 207 0.18 0.03 0 0.19 191.05 0.28 0.74
Hex A9 C8 CF 12 3 0 13 BF 1C 4A
Octal 251 310 317 22 3 0 23 277 34 112
Binary 10101001 11001000 11001111 10010 11 0 10011 10111111 11100 1001010

Color Harmonies of #A9C8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C8CF

Black with #A9C8CF

Text Example


Text Example

White with #A9C8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C8CF; }

 p { color: rgb(169,200,207); }

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

background-color css

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

 a { background-color: rgb(169,200,207); }

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

border-color css

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

 span { border-color: rgb(169,200,207); }

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