#A0CBDD

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

Shades of Regent St Blue #A0CBDD

Tints of Regent St Blue #A0CBDD

Color information

#A0CBDD (or 0xA0CBDD) is unknown color: approx Regent St Blue. HEX triplet: A0, CB and DD. RGB value is (160,203,221). Sum of RGB (Red+Green+Blue) = 160+203+221=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CBDD is #5F3422. Grayscale: #C0C0C0. Windows color (decimal): -6239267 or 14535584. OLE color: 14535584.

HSL color Cylindrical-coordinate representation of color #A0CBDD: hue angle of 197.7º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0CBDD is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160203221-
CMYK0.280.0800.13
HSL197.7º47.29%74.71%-
HSV(B)197.7º27.6%86.67%-
XYZ48.955.4176.52-
YUV192.2144.25105.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.40%
GREEN value IS 203 (79.69% from 255) = 34.76%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=27.40%
G=34.76%
B=37.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602032210.280.0800.13197.747.2974.71
HexA0CBDD1C80Dc62f4b
Octal240313335341001530657113
Binary10100000110010111101110111100100001101110001101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CBDD; }

 p { color: rgb(160,203,221); }

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

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

 a { background-color: rgb(160,203,221); }

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

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

 span { border-color: rgb(160,203,221); }

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