Html Css Color HEX #A0C5CF Regent St Blue

📋 copy color: '#A0C5CF'

red 160 ◦ green 197 ◦ blue 207

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

Shades of Regent St Blue #A0C5CF

Tints of Regent St Blue #A0C5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.7%

R = 28.37%
G = 34.93%
B = 36.7%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0C5CF (or 0xA0C5CF) is known color: Regent St Blue. HEX triplet: A0, C5 and CF. RGB value is (160,197,207). Sum of RGB (Red+Green+Blue) = 160+197+207=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0C5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C5CF is #5F3A30. Grayscale: #BBBBBB. Windows color (decimal): -6240817 or 13616544. OLE color: 13616544.

HSL color Cylindrical-coordinate representation of color #A0C5CF: hue angle of 192.77º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0C5CF is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 197 207 -
CMYK 0.23 0.05 0 0.19
HSL 192.77º 0.33% 0.72% -
HSV(B) 192.77º 0.23% 0.81% -
XYZ 45.73 51.91 66.64 -
YUV 187.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 160 197 207 0.23 0.05 0 0.19 192.77 0.33 0.72
Hex A0 C5 CF 17 5 0 13 C1 21 48
Octal 240 305 317 27 5 0 23 301 41 110
Binary 10100000 11000101 11001111 10111 101 0 10011 11000001 100001 1001000

Color Harmonies of #A0C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C5CF

Black with #A0C5CF

Text Example


Text Example

White with #A0C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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