Html Css Color HEX #A8CAD1 Regent St Blue

📋 copy color: '#A8CAD1'

red 168 ◦ green 202 ◦ blue 209

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

Shades of Regent St Blue #A8CAD1

Tints of Regent St Blue #A8CAD1

RGB

 RED value IS 168 (66.02% from 255) = 29.02%

 GREEN value IS 202 (79.3% from 255) = 34.89%

 BLUE value IS 209 (82.03% from 255) = 36.1%

R = 29.02%
G = 34.89%
B = 36.1%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A8CAD1 (or 0xA8CAD1) is known color: Regent St Blue. HEX triplet: A8, CA and D1. RGB value is (168,202,209). Sum of RGB (Red+Green+Blue) = 168+202+209=579 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.02% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #A8CAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAD1 is #57352E. Grayscale: #C0C0C0. Windows color (decimal): -5715247 or 13748904. OLE color: 13748904.

HSL color Cylindrical-coordinate representation of color #A8CAD1: hue angle of 190.24º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8CAD1 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 202 209 -
CMYK 0.20 0.03 0 0.18
HSL 190.24º 0.31% 0.74% -
HSV(B) 190.24º 0.2% 0.82% -
XYZ 48.78 55.17 68.4 -
YUV 192.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 168 202 209 0.20 0.03 0 0.18 190.24 0.31 0.74
Hex A8 CA D1 14 3 0 12 BE 1F 4A
Octal 250 312 321 24 3 0 22 276 37 112
Binary 10101000 11001010 11010001 10100 11 0 10010 10111110 11111 1001010

Color Harmonies of #A8CAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAD1

Black with #A8CAD1

Text Example


Text Example

White with #A8CAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAD1; }

 p { color: rgb(168,202,209); }

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

background-color css

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

 a { background-color: rgb(168,202,209); }

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

border-color css

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

 span { border-color: rgb(168,202,209); }

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