Html Css Color HEX #A9CBD0 Regent St Blue

📋 copy color: '#A9CBD0'

red 169 ◦ green 203 ◦ blue 208

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

Shades of Regent St Blue #A9CBD0

Tints of Regent St Blue #A9CBD0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35%

 BLUE value IS 208 (81.64% from 255) = 35.86%

R = 29.14%
G = 35%
B = 35.86%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A9CBD0 (or 0xA9CBD0) is known color: Regent St Blue. HEX triplet: A9, CB and D0. RGB value is (169,203,208). Sum of RGB (Red+Green+Blue) = 169+203+208=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #A9CBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBD0 is #56342F. Grayscale: #C1C1C1. Windows color (decimal): -5649456 or 13683625. OLE color: 13683625.

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

Color convert

RGB 169 203 208 -
CMYK 0.19 0.02 0 0.18
HSL 187.69º 0.29% 0.74% -
HSV(B) 187.69º 0.19% 0.82% -
XYZ 49.1 55.7 67.84 -
YUV 193.4 136.24 110.59 -
System Red Green Blue C M Y K H S L
Decimal 169 203 208 0.19 0.02 0 0.18 187.69 0.29 0.74
Hex A9 CB D0 13 2 0 12 BC 1D 4A
Octal 251 313 320 23 2 0 22 274 35 112
Binary 10101001 11001011 11010000 10011 10 0 10010 10111100 11101 1001010

Color Harmonies of #A9CBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CBD0

Black with #A9CBD0

Text Example


Text Example

White with #A9CBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CBD0; }

 p { color: rgb(169,203,208); }

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

background-color css

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

 a { background-color: rgb(169,203,208); }

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

border-color css

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

 span { border-color: rgb(169,203,208); }

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