Html Css Color HEX #A0C1CF Regent St Blue

📋 copy color: '#A0C1CF'

red 160 ◦ green 193 ◦ blue 207

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

Shades of Regent St Blue #A0C1CF

Tints of Regent St Blue #A0C1CF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.46%

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

R = 28.57%
G = 34.46%
B = 36.96%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A0C1CF (or 0xA0C1CF) is known color: Regent St Blue. HEX triplet: A0, C1 and CF. RGB value is (160,193,207). Sum of RGB (Red+Green+Blue) = 160+193+207=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #A0C1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0C1CF is #5F3E30. Grayscale: #B8B8B8. Windows color (decimal): -6241841 or 13615520. OLE color: 13615520.

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

Color convert

RGB 160 193 207 -
CMYK 0.23 0.07 0 0.19
HSL 197.87º 0.33% 0.72% -
HSV(B) 197.87º 0.23% 0.81% -
XYZ 44.83 50.12 66.34 -
YUV 184.73 140.57 110.36 -
System Red Green Blue C M Y K H S L
Decimal 160 193 207 0.23 0.07 0 0.19 197.87 0.33 0.72
Hex A0 C1 CF 17 7 0 13 C6 21 48
Octal 240 301 317 27 7 0 23 306 41 110
Binary 10100000 11000001 11001111 10111 111 0 10011 11000110 100001 1001000

Color Harmonies of #A0C1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C1CF

Black with #A0C1CF

Text Example


Text Example

White with #A0C1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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