#A0CEDD

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

Shades of Regent St Blue #A0CEDD

Tints of Regent St Blue #A0CEDD

Color information

#A0CEDD (or 0xA0CEDD) is unknown color: approx Regent St Blue. HEX triplet: A0, CE and DD. RGB value is (160,206,221). Sum of RGB (Red+Green+Blue) = 160+206+221=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CEDD is #5F3122. Grayscale: #C1C1C1. Windows color (decimal): -6238499 or 14536352. OLE color: 14536352.

HSL color Cylindrical-coordinate representation of color #A0CEDD: hue angle of 194.75º 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 #A0CEDD is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB160206221-
CMYK0.280.0700.13
HSL194.75º47.29%74.71%-
HSV(B)194.75º27.6%86.67%-
XYZ49.6256.8476.76-
YUV193.96143.26103.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.26%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=27.26%
G=35.09%
B=37.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602062210.280.0700.13194.7547.2974.71
HexA0CEDD1C70Dc32f4b
Octal24031633534701530357113
Binary1010000011001110110111011110011101101110000111011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CEDD; }

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

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

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

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

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

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

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

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