#AFCCD2

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

Shades of Regent St Blue #AFCCD2

Tints of Regent St Blue #AFCCD2

Color information

#AFCCD2 (or 0xAFCCD2) is unknown color: approx Regent St Blue. HEX triplet: AF, CC and D2. RGB value is (175,204,210). Sum of RGB (Red+Green+Blue) = 175+204+210=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFCCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCD2 is #50332D. Grayscale: #C3C3C3. Windows color (decimal): -5255982 or 13814959. OLE color: 13814959.

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

Color convert

RGB175204210-
CMYK0.170.0300.18
HSL190.29º28%75.49%-
HSV(B)190.29º16.67%82.35%-
XYZ50.956.9569.28-
YUV196.01135.89113.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 204 (80.08% from 255) = 34.63%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=29.71%
G=34.63%
B=35.65%

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
Decimal1752042100.170.0300.18190.292875.49
HexAFCCD2113012be1c4b
Octal25731432221302227634113
Binary101011111100110011010010100011101001010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCD2; }

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

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

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

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

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

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

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

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