#A8CADA

Color #A8CADA Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #A8CADA

Tints of Regent St Blue #A8CADA

Color information

#A8CADA (or 0xA8CADA) is unknown color: approx Regent St Blue. HEX triplet: A8, CA and DA. RGB value is (168,202,218). Sum of RGB (Red+Green+Blue) = 168+202+218=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8CADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CADA is #573525. Grayscale: #C1C1C1. Windows color (decimal): -5715238 or 14338728. OLE color: 14338728.

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

Color convert

RGB168202218-
CMYK0.230.0700.15
HSL199.2º40.32%75.69%-
HSV(B)199.2º22.94%85.49%-
XYZ49.9255.6374.44-
YUV193.66141.74109.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.57%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 218 (85.55% from 255) = 37.07%
R=28.57%
G=34.35%
B=37.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1682022180.230.0700.15199.240.3275.69
HexA8CADA1770Fc7284c
Octal25031233227701730750114
Binary1010100011001010110110101011111101111110001111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CADA; }

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

 H1.HeaderClassName
 {
   color: #A8CADA;
 }
 .AnyTagClassName
 {
   color: #A8CADA;
 }
</style>
background-color css

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

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

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

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

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

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