Html Css Color HEX #A0C5DC Regent St Blue

📋 copy color: '#A0C5DC'

red 160 ◦ green 197 ◦ blue 220

#A0C5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #A0C5DC

Tints of Regent St Blue #A0C5DC

RGB

 RED value IS 160 (62.89% from 255) = 27.73%

 GREEN value IS 197 (77.34% from 255) = 34.14%

 BLUE value IS 220 (86.33% from 255) = 38.13%

R = 27.73%
G = 34.14%
B = 38.13%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A0C5DC (or 0xA0C5DC) is known color: Regent St Blue. HEX triplet: A0, C5 and DC. RGB value is (160,197,220). Sum of RGB (Red+Green+Blue) = 160+197+220=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #A0C5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C5DC is #5F3A23. Grayscale: #BCBCBC. Windows color (decimal): -6240804 or 14468512. OLE color: 14468512.

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

Color convert

RGB 160 197 220 -
CMYK 0.27 0.10 0 0.14
HSL 203º 0.46% 0.75% -
HSV(B) 203º 0.27% 0.86% -
XYZ 47.38 52.57 75.36 -
YUV 188.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 160 197 220 0.27 0.10 0 0.14 203 0.46 0.75
Hex A0 C5 DC 1B A 0 E CB 2E 4B
Octal 240 305 334 33 12 0 16 313 56 113
Binary 10100000 11000101 11011100 11011 1010 0 1110 11001011 101110 1001011

Color Harmonies of #A0C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C5DC

Black with #A0C5DC

Text Example


Text Example

White with #A0C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C5DC; }

 p { color: rgb(160,197,220); }

 H1.HeaderClassName
 {
   color: #A0C5DC;
 }
 .AnyTagClassName
 {
   color: #A0C5DC;
 }
</style>

background-color css

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

 a { background-color: rgb(160,197,220); }

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

border-color css

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

 span { border-color: rgb(160,197,220); }

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