#AFCBD1

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

Shades of Regent St Blue #AFCBD1

Tints of Regent St Blue #AFCBD1

Color information

#AFCBD1 (or 0xAFCBD1) is unknown color: approx Regent St Blue. HEX triplet: AF, CB and D1. RGB value is (175,203,209). Sum of RGB (Red+Green+Blue) = 175+203+209=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #AFCBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBD1 is #50342E. Grayscale: #C3C3C3. Windows color (decimal): -5256239 or 13749167. OLE color: 13749167.

HSL color Cylindrical-coordinate representation of color #AFCBD1: hue angle of 190.59º 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 #AFCBD1 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175203209-
CMYK0.160.0300.18
HSL190.59º26.98%75.29%-
HSV(B)190.59º16.27%81.96%-
XYZ50.5456.4368.55-
YUV195.31135.72113.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 203 (79.69% from 255) = 34.58%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=29.81%
G=34.58%
B=35.60%

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
Decimal1752032090.160.0300.18190.5926.9875.29
HexAFCBD1103012bf1b4b
Octal25731332120302227733113
Binary101011111100101111010001100001101001010111111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBD1; }

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

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

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

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

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

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

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

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