#AFCBD2

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

Shades of Regent St Blue #AFCBD2

Tints of Regent St Blue #AFCBD2

Color information

#AFCBD2 (or 0xAFCBD2) is unknown color: approx Regent St Blue. HEX triplet: AF, CB and D2. RGB value is (175,203,210). Sum of RGB (Red+Green+Blue) = 175+203+210=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFCBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBD2 is #50342D. Grayscale: #C3C3C3. Windows color (decimal): -5256238 or 13814703. OLE color: 13814703.

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

Color convert

RGB175203210-
CMYK0.170.0300.18
HSL192º28%75.49%-
HSV(B)192º16.67%82.35%-
XYZ50.6756.4869.2-
YUV195.43136.22113.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 210 (82.42% from 255) = 35.71%
R=29.76%
G=34.52%
B=35.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752032100.170.0300.181922875.49
HexAFCBD2113012c01c4b
Octal25731332221302230034113
Binary101011111100101111010010100011101001011000000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBD2; }

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

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

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

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

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

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

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

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