#A6CBDB

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

Shades of Regent St Blue #A6CBDB

Tints of Regent St Blue #A6CBDB

Color information

#A6CBDB (or 0xA6CBDB) is unknown color: approx Regent St Blue. HEX triplet: A6, CB and DB. RGB value is (166,203,219). Sum of RGB (Red+Green+Blue) = 166+203+219=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBDB is #593424. Grayscale: #C1C1C1. Windows color (decimal): -5846053 or 14404518. OLE color: 14404518.

HSL color Cylindrical-coordinate representation of color #A6CBDB: hue angle of 198.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6CBDB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166203219-
CMYK0.240.0700.14
HSL198.11º42.4%75.49%-
HSV(B)198.11º24.2%85.88%-
XYZ49.8755.9375.19-
YUV193.76142.24108.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.23%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=28.23%
G=34.52%
B=37.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662032190.240.0700.14198.1142.475.49
HexA6CBDB1870Ec62a4b
Octal24631333330701630652113
Binary1010011011001011110110111100011101110110001101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBDB; }

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

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

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

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

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

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

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

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