Html Css Color HEX #A8CAD9 Regent St Blue

📋 copy color: '#A8CAD9'

red 168 ◦ green 202 ◦ blue 217

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

Shades of Regent St Blue #A8CAD9

Tints of Regent St Blue #A8CAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.97%

R = 28.62%
G = 34.41%
B = 36.97%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A8CAD9 (or 0xA8CAD9) is known color: Regent St Blue. HEX triplet: A8, CA and D9. RGB value is (168,202,217). Sum of RGB (Red+Green+Blue) = 168+202+217=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #A8CAD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CAD9 is #573526. Grayscale: #C1C1C1. Windows color (decimal): -5715239 or 14273192. OLE color: 14273192.

HSL color Cylindrical-coordinate representation of color #A8CAD9: hue angle of 198.37º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8CAD9 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 202 217 -
CMYK 0.23 0.07 0 0.15
HSL 198.37º 0.39% 0.75% -
HSV(B) 198.37º 0.23% 0.85% -
XYZ 49.79 55.58 73.75 -
YUV 193.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 168 202 217 0.23 0.07 0 0.15 198.37 0.39 0.75
Hex A8 CA D9 17 7 0 F C6 27 4B
Octal 250 312 331 27 7 0 17 306 47 113
Binary 10101000 11001010 11011001 10111 111 0 1111 11000110 100111 1001011

Color Harmonies of #A8CAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CAD9

Black with #A8CAD9

Text Example


Text Example

White with #A8CAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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