#A0CDDB

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

Shades of Regent St Blue #A0CDDB

Tints of Regent St Blue #A0CDDB

Color information

#A0CDDB (or 0xA0CDDB) is unknown color: approx Regent St Blue. HEX triplet: A0, CD and DB. RGB value is (160,205,219). Sum of RGB (Red+Green+Blue) = 160+205+219=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #A0CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CDDB is #5F3224. Grayscale: #C1C1C1. Windows color (decimal): -6238757 or 14405024. OLE color: 14405024.

HSL color Cylindrical-coordinate representation of color #A0CDDB: hue angle of 194.24º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0CDDB is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB160205219-
CMYK0.270.0600.14
HSL194.24º45.04%74.31%-
HSV(B)194.24º26.94%85.88%-
XYZ49.1156.2575.29-
YUV193.14142.59104.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.40%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=27.40%
G=35.10%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602052190.270.0600.14194.2445.0474.31
HexA0CDDB1B60Ec22d4a
Octal24031533333601630255112
Binary1010000011001101110110111101111001110110000101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CDDB; }

 p { color: rgb(160,205,219); }

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

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

 a { background-color: rgb(160,205,219); }

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

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

 span { border-color: rgb(160,205,219); }

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