#AFCAD5

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

Shades of Regent St Blue #AFCAD5

Tints of Regent St Blue #AFCAD5

Color information

#AFCAD5 (or 0xAFCAD5) is unknown color: approx Regent St Blue. HEX triplet: AF, CA and D5. RGB value is (175,202,213). Sum of RGB (Red+Green+Blue) = 175+202+213=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFCAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAD5 is #50352A. Grayscale: #C3C3C3. Windows color (decimal): -5256491 or 14011055. OLE color: 14011055.

HSL color Cylindrical-coordinate representation of color #AFCAD5: hue angle of 197.37º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFCAD5 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB175202213-
CMYK0.180.0500.16
HSL197.37º31.15%76.08%-
HSV(B)197.37º17.84%83.53%-
XYZ50.8156.1671.11-
YUV195.18138.05113.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 213 (83.59% from 255) = 36.10%
R=29.66%
G=34.24%
B=36.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752022130.180.0500.16197.3731.1576.08
HexAFCAD5125010c51f4c
Octal25731232522502030537114
Binary1010111111001010110101011001010101000011000101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAD5; }

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

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

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

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

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

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

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

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