#A6CBD5

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

Shades of Regent St Blue #A6CBD5

Tints of Regent St Blue #A6CBD5

Color information

#A6CBD5 (or 0xA6CBD5) is unknown color: approx Regent St Blue. HEX triplet: A6, CB and D5. RGB value is (166,203,213). Sum of RGB (Red+Green+Blue) = 166+203+213=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 213 (83.59% from 255 or 36.60% from 582); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6CBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBD5 is #59342A. Grayscale: #C1C1C1. Windows color (decimal): -5846059 or 14011302. OLE color: 14011302.

HSL color Cylindrical-coordinate representation of color #A6CBD5: hue angle of 192.77º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6CBD5 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166203213-
CMYK0.220.0500.16
HSL192.77º35.88%74.31%-
HSV(B)192.77º22.07%83.53%-
XYZ49.0955.6271.1-
YUV193.08139.24108.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.52%
GREEN value IS 203 (79.69% from 255) = 34.88%
BLUE value IS 213 (83.59% from 255) = 36.60%
R=28.52%
G=34.88%
B=36.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662032130.220.0500.16192.7735.8874.31
HexA6CBD5165010c1244a
Octal24631332526502030144112
Binary10100110110010111101010110110101010000110000011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBD5; }

 p { color: rgb(166,203,213); }

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

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

 a { background-color: rgb(166,203,213); }

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

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

 span { border-color: rgb(166,203,213); }

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