#AFCAD1

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

Shades of Regent St Blue #AFCAD1

Tints of Regent St Blue #AFCAD1

Color information

#AFCAD1 (or 0xAFCAD1) is unknown color: approx Regent St Blue. HEX triplet: AF, CA and D1. RGB value is (175,202,209). Sum of RGB (Red+Green+Blue) = 175+202+209=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFCAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAD1 is #50352E. Grayscale: #C2C2C2. Windows color (decimal): -5256495 or 13748911. OLE color: 13748911.

HSL color Cylindrical-coordinate representation of color #AFCAD1: hue angle of 192.35º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFCAD1 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175202209-
CMYK0.160.0300.18
HSL192.35º26.98%75.29%-
HSV(B)192.35º16.27%81.96%-
XYZ50.3155.9668.47-
YUV194.72136.05113.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 202 (79.30% from 255) = 34.47%
BLUE value IS 209 (82.03% from 255) = 35.67%
R=29.86%
G=34.47%
B=35.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752022090.160.0300.18192.3526.9875.29
HexAFCAD1103012c01b4b
Octal25731232120302230033113
Binary101011111100101011010001100001101001011000000110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAD1; }

 p { color: rgb(175,202,209); }

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

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

 a { background-color: rgb(175,202,209); }

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

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

 span { border-color: rgb(175,202,209); }

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